All Projects → davidkpiano → Xstate Test Demo

davidkpiano / Xstate Test Demo

Demo React project for model-based testing with @xstate/test

Programming Languages

javascript
184084 projects - #8 most used programming language

Model-Based Testing with @xstate/test and React Demo

This is a React project bootstrapped with Create React App. It demonstrates how to use @xstate/test with React to automate the generation of integration and end-to-end (E2E) tests of an example application.

End-to-end tests for Feedback app being run in a browser with Puppeteer

Running the Tests

To run the integration tests, run npm test. This will run the tests found in ./src/App.test.js.

To run the E2E tests, run npm run e2e. This will run the tests found in ./src/App.e2e.js.

NOTE: To run the E2E tests on a different port: PORT=3001 npm run e2e

Resources

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].