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: 9 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-11T23:16:33.000Z (over 5 years ago)
- Last Synced: 2024-12-27T21:00:42.388Z (over 1 year 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)