kevinleedrum / cypress-test-tiny

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cypress-test-tiny

See index.html for the test case. Run npm run cypress:run to start http-server and run the test.

Tiny Cypress E2E test case

Build status Name Description
CircleCI CircleCI Linux & Mac & Win 64
Build status AppVeyor Windows 32-bit
Build status AppVeyor Windows 64-bit
Codeship Status for cypress-io/cypress-test-tiny Codeship Basic Linux Docker

Important

Note that this project DOES NOT include Cypress dependency in the 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.

About


Languages

Language:JavaScript 94.6%Language:HTML 5.4%