Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamranayub/junk-bug-cypress-ionic-hang
https://github.com/kamranayub/junk-bug-cypress-ionic-hang
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kamranayub/junk-bug-cypress-ionic-hang
- Owner: kamranayub
- Created: 2020-06-24T05:19:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T11:17:46.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T16:07:06.718Z (7 months ago)
- Language: JavaScript
- Size: 1010 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
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://circleci.com/gh/cypress-io/cypress-test-tiny.svg?style=svg)](https://circleci.com/gh/cypress-io/cypress-test-tiny) | CircleCI | Linux & Mac & Win 64
[![Build status](https://ci.appveyor.com/api/projects/status/er7wpte7j00fsm8d/branch/master?svg=true)](https://ci.appveyor.com/project/cypress-io/cypress-test-tiny-fitqm/branch/master) | AppVeyor | Windows 32-bit
[![Build status](https://ci.appveyor.com/api/projects/status/bpwo4jpue61xsbi5/branch/master?svg=true)](https://ci.appveyor.com/project/cypress-io/cypress-test-tiny/branch/master) | AppVeyor | Windows 64-bit
[ ![Codeship Status for cypress-io/cypress-test-tiny](https://app.codeship.com/projects/98843020-d6d6-0135-402d-5207bc7a4d86/status?branch=master)](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 `[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.