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
- Host: GitHub
- URL: https://github.com/lastlink/testcypress
- Owner: lastlink
- Created: 2020-08-03T23:54:22.000Z (almost 6 years ago)
- Default Branch: dev
- Last Pushed: 2023-03-05T09:31:10.000Z (over 3 years ago)
- Last Synced: 2025-12-26T20:12:11.469Z (6 months ago)
- Topics: cypress, e2e, hacktoberfest, html-report, junit, selenium, typescript
- Language: TypeScript
- Homepage:
- Size: 1.84 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
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,
```