Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)