Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tyhopp/partytown-cypress-reproduction
https://github.com/tyhopp/partytown-cypress-reproduction
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tyhopp/partytown-cypress-reproduction
- Owner: tyhopp
- Created: 2022-05-15T09:39:37.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-15T09:39:58.000Z (over 2 years ago)
- Last Synced: 2024-11-07T00:43:53.037Z (2 months ago)
- Language: JavaScript
- Size: 221 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Partytown Cypress Issue Reproduction
Unable to test Partytown in Cypress.
To verify everything works normally `npm run start` and see `success` appended to the DOM (done in a Partytown script in [src/app.js](./src/app.jsx)).
To see it fail in Cypress run `npm run start` in one terminal window, open another, and run `npm run test`.
Select the [index.js](./cypress/integration/index.js) test and see `success` failed to be appended to the DOM.