Skip to content

should be able to run chrome tests and save a junit and html report

Notifications You must be signed in to change notification settings

lastlink/testcypress

Repository files navigation

test cypress

  • test cypress tool
  • browser support?
  • junit and html reports?
  • test runner?
  • browser options
  • basic auth?

getting started

  • npm install
  • npm open open cypress ide
  • npm run e2e:report not needed, default npm start generates reports
  • npm start -- --spec src/integration/examples/cookies.spec.ts run spec pattern
  • npm run merge-junit merge jresults junit into single junit report

config

  • disable video by adding
    • cypress.json
    "video": false,

About

should be able to run chrome tests and save a junit and html report

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages