Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kunder-lab/kunder-workshop-cypress
https://github.com/kunder-lab/kunder-workshop-cypress
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/kunder-lab/kunder-workshop-cypress
- Owner: kunder-lab
- License: mit
- Created: 2019-08-22T12:12:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-30T22:53:45.000Z (over 3 years ago)
- Last Synced: 2023-03-01T04:55:55.288Z (almost 2 years ago)
- Language: TypeScript
- Size: 2.47 MB
- Stars: 0
- Watchers: 27
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Cypress Ionic 4
### Install this Ionic 4 starter app
```
npm install
ionic serve
```## To run Cypress
```
npm run cypress:open
```The tests for this workshop are in `cypress/integration/todos.js`