Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 994 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 994 Bytes

The example of integration Vue + Jest + Cypress + Circle

CircleCI codecov

Features

  • Jest with JUnit reports for pretty view failed tests in CircleCI
  • Cypress with JUnit reports (each test will generate separate XML using [hash] in the name of a report file) Cypress failed a test with JUnit reports
  • Video and screenshots uploaded to awesome https://dashboard.cypress.io Dashboard example
  • Coverage reports by codecov.io

Reference list

https://github.com/cypress-io/cypress-example-docker-circle

Using

Environment variables

CYPRESS_RECORD_KEY
CODECOV_TOKEN

Commands

npm run ci:unit
npm run ci:e2e