Skip to content

Commit 93c6f24

Browse files
feat: add todomvc example for use in updated scaffolding (#481)
Co-authored-by: Jennifer Shehane <[email protected]>
1 parent 0b1d8f8 commit 93c6f24

34 files changed

+1666
-4
lines changed

.github/workflows/checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
- uses: testomatio/check-tests@stable
1313
with:
1414
framework: cypress
15-
tests: "./cypress/integration/examples/**.spec.js"
15+
tests: "./cypress/integration/**/**.spec.js"
1616
token: ${{ secrets.GITHUB_TOKEN }}
1717
has-tests-label: true

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ cypress/fixtures/users.json
99
.history
1010
.vscode
1111
env
12+
.DS_Store

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
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/).
5+
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/).
66

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

0 commit comments

Comments
 (0)