Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kpollich/cypress-12.17-test
https://github.com/kpollich/cypress-12.17-test
Last synced: about 24 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/kpollich/cypress-12.17-test
- Owner: kpollich
- Created: 2023-09-11T16:11:21.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-11T16:17:57.000Z (about 1 year ago)
- Last Synced: 2023-09-12T01:08:13.812Z (about 1 year 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
:--- | :--- | :---
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/cypress-io/cypress-test-tiny/tree/master.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/cypress-io/cypress-test-tiny/tree/master) | CircleCI | Linux & Mac & Win 64## 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 `[email protected]` just to immediately install and test `[email protected]`. 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 [email protected]` and commit the change before submitting a pull request.