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

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.

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.