cypress-example-kitchensink
cypress-example-kitchensink copied to clipboard
This is an example app used to showcase Cypress.io testing.
Should we advise users to set `CYPRESS_RECORD_KEY` environment variable as secure, and how to pass it to Linux agent?
We run all tests but without recording - encrypt record key and record tests on dashboard https://documentation.codeship.com/pro/builds-and-configuration/environment-variables/ - set up parallel tests, see https://github.com/cypress-io/cypress-example-docker-codeship/blob/master/codeship-steps.yml

test
Hi all, The reference to the tests files directory leads to a 404 error page. This PR just updates the path from `cypress/integration` to `cypress/e2e`. Best, Hendrik
[](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...
## Current situation [README](https://github.com/cypress-io/cypress-example-kitchensink/blob/master/README.md) instructs to install dependencies using: `npm install` Two deprecation warnings are output: ```text npm WARN deprecated [email protected]: Debug versions >=3.2.0 =4
The [cypress-example-kitchensink](https://github.com/cypress-io/cypress-example-kitchensink) repository links to GitHub topic [travis-ci](https://github.com/topics/travis-ci). Travis CI is however no longer one of the live CI examples. (See issue https://github.com/cypress-io/cypress-example-kitchensink/issues/602). Some other live examples are not listed....