Skip to content

DoktoRDT/everyqa-cypress-reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published