Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bahmutov/xstate-test-with-cypress-example
Playing with model-based tests in Cypress
https://github.com/bahmutov/xstate-test-with-cypress-example
cypress-example xstate
Last synced: 8 days ago
JSON representation
Playing with model-based tests in Cypress
- Host: GitHub
- URL: https://github.com/bahmutov/xstate-test-with-cypress-example
- Owner: bahmutov
- Created: 2019-10-19T12:17:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-11T23:16:33.000Z (about 4 years ago)
- Last Synced: 2024-12-17T15:49:08.354Z (19 days ago)
- Topics: cypress-example, xstate
- Language: JavaScript
- Size: 561 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xstate-test-with-cypress-example
> Playing with model-based tests in Cypress## Install
```shell
yarn
```## Tests
Start the app and tests with
```shell
npm run dev
```## Links
- [@xstate/test](https://github.com/davidkpiano/xstate/tree/master/packages/xstate-test)
- [Cypress.io](https://www.cypress.io)