1.4.1 • Published 1 year ago

cypress-tesults-reporter v1.4.1

Weekly downloads
3
License
MIT
Repository
github
Last release
1 year ago

Cypress Tesults Reporter

Cypress Tesults Reporter is a library for uploading test results to Tesults from Cypress.

Installation

npm install cypress-tesults-reporter --save

Usage

const cypress = require('cypress')
const tesults = require('./cypress-tesults-reporter');

cypress.run({
  
})
.then((results) => {
  const args = {
      target: 'token',
  }
  tesults.results(results, args);
})
.catch((err) => {
  console.error(err)
})

Documentation

Detailed documentation is available at https://www.tesults.com/docs.

Cypress specific documentation: https://www.tesults.com/docs?doc=cypress.

Support

help@tesults.com

1.4.1

1 year ago

1.4.0

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.2

2 years ago

1.1.0

4 years ago

1.0.0

4 years ago