Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abhinaba-ghosh/cypress-react-mobx-component-testing
- Owner: abhinaba-ghosh
- Created: 2021-06-13T18:45:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-25T07:26:51.000Z (over 3 years ago)
- Last Synced: 2024-10-18T08:34:49.089Z (3 months ago)
- Topics: cypress, cypress-io, mobx, mobx-react, testing
- Language: JavaScript
- Homepage:
- Size: 234 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```