https://github.com/mmitch/cypress-e2e-example
Minimal example project to run the Cypress test framework on CLI under Linux.
https://github.com/mmitch/cypress-e2e-example
cypress cypress-example e2e e2e-testing example-code example-project javascript js
Last synced: 12 months ago
JSON representation
Minimal example project to run the Cypress test framework on CLI under Linux.
- Host: GitHub
- URL: https://github.com/mmitch/cypress-e2e-example
- Owner: mmitch
- Created: 2022-09-05T13:34:53.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-05T17:08:19.000Z (almost 4 years ago)
- Last Synced: 2025-05-25T02:44:38.532Z (about 1 year ago)
- Topics: cypress, cypress-example, e2e, e2e-testing, example-code, example-project, javascript, js
- Language: JavaScript
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Minimal test project to run the Cypress test framework on CLI under Linux.
https://www.cypress.io/
Caveat: still needs Xvfb installed, even when running --headless.
Setting `ELECTRON_RUN_AS_NODE=1` should fix this, but then Electron
would need to be installed, although we don't use it.