0.0.8 • Published 4 years ago

everyqa-cypress-reporter v0.0.8

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

Everyqa Reporter for Cypress

version

Send results of Cypress runs on Everyqa.

Install

$ npm install --save-dev everyqa-cypress-reporter

Usage

Add reporter to your cypress.json:

...
"reporter": "everyqa-cypress-reporter",
"reporterOptions": {
  "email": "email",
  "password": "password",
  "projectId": "01234567-89ab-cdef-0123-456789abcdef",
  "sprintId": "0123456789abcdef01234567",
  "runId": "0123456789abcdef01234567",
  "screenshotsFolder": "cypress/screenshots",
  "integrationFolder": "cypress/integration"
}
...

Titles of your tests should contain an ID of your Everyqa test cases with "EQ-" prefix in square brackets:

"[EQ-0123456789abcdef01234567] my test title"
"My test [EQ-0123456789abcdef01234567] title"

ID should not adjoin the title:

"[EQ-0123456789abcdef01234567]my test title"
"My test[EQ-0123456789abcdef01234567title]"

Reporter Options

Mandatory:

email: string Everyqa user email.

password: string Everyqa user password.

projectId: string project containing your cases.

sprintId: string sprint in which the run is(will be) located.

Optional:

runId: string test run for sending results.

screenshotsFolder and integrationFolder duplicates of main cypress.json properties of the same name

0.0.8

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago