https://github.com/xvezda/cypress-auto-alert-accept-bypass-example
:bug: Minimal reproducible example of breaking alert auto acceptance of Cypress
https://github.com/xvezda/cypress-auto-alert-accept-bypass-example
Last synced: about 1 month ago
JSON representation
:bug: Minimal reproducible example of breaking alert auto acceptance of Cypress
- Host: GitHub
- URL: https://github.com/xvezda/cypress-auto-alert-accept-bypass-example
- Owner: Xvezda
- Created: 2022-04-14T15:14:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-15T04:36:16.000Z (about 3 years ago)
- Last Synced: 2025-02-05T20:06:50.892Z (3 months ago)
- Language: JavaScript
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cypress-auto-alert-accept-bypass-example
:bug: Minimal reproducible example of breaking alert auto acceptance of Cypress
## Steps
1. Install dependencies
```sh
yarn install
```2. Start server
```sh
yarn start &
```3. Run Cypress as open mode
```sh
yarn open # cypress open equivalent
```4. Click `Run 1 integration spec`
5. **boo!**