Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimcresswell/cypress-demo
Demo use of the Cypress test framework
https://github.com/jimcresswell/cypress-demo
cypress cypress-io end-to-end-testing test-automation
Last synced: about 8 hours ago
JSON representation
Demo use of the Cypress test framework
- Host: GitHub
- URL: https://github.com/jimcresswell/cypress-demo
- Owner: jimCresswell
- License: mit
- Created: 2019-11-01T07:10:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T22:17:37.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T01:52:00.398Z (7 months ago)
- Topics: cypress, cypress-io, end-to-end-testing, test-automation
- Language: JavaScript
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cypress-demo
Demo use of the [Cypress test framework](https://www.cypress.io/) for end-to-end testing against the example application https://example.cypress.io .
## Usage
* install: `yarn`
* run: `yarn run cypress open`