Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abhinaba-ghosh/cypress-react-mobx-component-testing

Test React MobX store with cypress.io
https://github.com/abhinaba-ghosh/cypress-react-mobx-component-testing

cypress cypress-io mobx mobx-react testing

Last synced: about 1 month ago
JSON representation

Test React MobX store with cypress.io

Awesome Lists containing this project

README

        

#Cypress-React-Mobx-Testing-Example

Find the complete article [here](https://abhinaba-ghosh.medium.com/testing-mobx-store-with-react-cypress-made-it-easy-abc5b1571320)

- Run Tests

```js
// test in cypress cli
npm run test

// test in cypress open mode
npm run test:dev
```