Skip to content

Commit

Permalink
Merge 409ee76 into 0b1d8f8
Browse files Browse the repository at this point in the history
  • Loading branch information
panzarino committed May 20, 2021
2 parents 0b1d8f8 + 409ee76 commit 96137db
Show file tree
Hide file tree
Showing 34 changed files with 1,666 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Expand Up @@ -12,6 +12,6 @@ jobs:
- uses: testomatio/check-tests@stable
with:
framework: cypress
tests: "./cypress/integration/examples/**.spec.js"
tests: "./cypress/integration/**/**.spec.js"
token: ${{ secrets.GITHUB_TOKEN }}
has-tests-label: true
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -9,3 +9,4 @@ cypress/fixtures/users.json
.history
.vscode
env
.DS_Store
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

![kitchensink](https://cloud.githubusercontent.com/assets/1268976/14084252/e309e370-f4e7-11e5-9562-24f516563ac9.gif)

This is an example app used to showcase [Cypress.io](https://www.cypress.io/) testing. The application uses every API command in Cypress for demonstration purposes. Additionally this example app is configured to run tests in various CI platforms. The [tests](https://github.com/cypress-io/cypress-example-kitchensink/blob/master/cypress/integration/examples) are also heavily commented. For a full reference of our documentation, go to [docs.cypress.io](https://docs.cypress.io/).
This is an example app used to showcase [Cypress.io](https://www.cypress.io/) testing. The application uses every API command in Cypress for demonstration purposes. Additionally this example app is configured to run tests in various CI platforms. The [tests](https://github.com/cypress-io/cypress-example-kitchensink/blob/master/cypress/integration) are also heavily commented. For a full reference of our documentation, go to [docs.cypress.io](https://docs.cypress.io/).

To see the kitchen sink application, visit [example.cypress.io](https://example.cypress.io/).

Expand Down

0 comments on commit 96137db

Please sign in to comment.