An open API service indexing awesome lists of open source software.

https://github.com/lastlink/testcypress

should be able to run chrome tests and save a junit and html report
https://github.com/lastlink/testcypress

cypress e2e hacktoberfest html-report junit selenium typescript

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

## 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
```json
"video": false,
```