https://github.com/alexandrebonaventure/cypress-intercept-bug
https://github.com/alexandrebonaventure/cypress-intercept-bug
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexandrebonaventure/cypress-intercept-bug
- Owner: AlexandreBonaventure
- Created: 2023-01-11T02:14:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T14:19:08.000Z (over 3 years ago)
- Last Synced: 2025-10-06T01:38:40.899Z (8 months ago)
- Language: JavaScript
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cypress-test-tiny
> Tiny Cypress E2E test case
Build status | Name | Description
:--- | :--- | :---
[](https://circleci.com/gh/cypress-io/cypress-test-tiny) | CircleCI | Linux & Mac & Win 64
[](https://ci.appveyor.com/project/cypress-io/cypress-test-tiny-fitqm/branch/master) | AppVeyor | Windows 32-bit
[](https://ci.appveyor.com/project/cypress-io/cypress-test-tiny/branch/master) | AppVeyor | Windows 64-bit
[ ](https://app.codeship.com/projects/263289) | Codeship Basic | Linux Docker
## Important
Note that this project **DOES NOT** include Cypress dependency in the [package.json](package.json). The reason for such omission is that we use this project to test every Cypress build and do not want to spend time installing `cypress@x.x.x` just to immediately install and test `cypress@y.y.y`. Which means when submitting pull requests with a bug report, please save the problematic version of Cypress in `package.json`. Simply run `npm install --save-dev cypress` or `npm i -D cypress@x.x.x` and commit the change before submitting a pull request.