Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions source/examples/examples/applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Name | JS | Description
--- | --- | ---
{% urlHash 'Kitchen Sink' Kitchen-Sink %} | Vanilla | Showcases every single Cypress command
{% urlHash 'TodoMVC' TodoMVC %} | React | Compares the official TodoMVC Selenium tests to Cypress
{% urlHash 'Realworld' Realworld %} | React | Full end-to-end tests for the {% url 'gothinkster/realworld' https://github.com/gothinkster/realworld %} "Conduit" app
{% urlHash 'Phonecat' Phonecat %} | Angular 1.x | Compares the official Phonecat Protractor tests to Cypress
{% urlHash 'PieChopper' PieChopper %} | Angular 1.x | Tests a fully featured application with many forms and modals

Expand Down Expand Up @@ -40,6 +41,19 @@ This repo compares {% url "Cypress Tests" https://github.com/cypress-io/cypress-

{% imgTag /img/examples/public-project-todomvc.png "TodoMvc testing in Cypress" %}

## Realworld

{% fa fa-github %} {% url https://github.com/cypress-io/cypress-example-realworld %}

Shows a full blogging application, "Conduit", with back end code and a database.

- Create a test user from tests by running database commands via the {% url "`cy.task()`" task %} command.
- Log in using {% url "`cy.request()`" request %} and then setting the returned JWT token in `localStorage`.
- Test all aspects of writing blog posts, commenting, and marking favorite posts.
- Collect full stack code coverage using {% url '@cypress/code-coverage' https://github.com/cypress-io/code-coverage %}. Read the Cypress {% url "code coverage guide" code-coverage %} for more details.

{% imgTag /img/examples/realworld-app.png "Realworld test in Cypress" %}

## Phonecat

{% fa fa-github %} {% url https://github.com/cypress-io/cypress-example-phonecat %}
Expand Down
14 changes: 14 additions & 0 deletions source/ja/examples/examples/applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Name | JS | Description
--- | --- | ---
{% urlHash 'Kitchen Sink' Kitchen-Sink %} | Vanilla | Showcases every single Cypress command
{% urlHash 'TodoMVC' TodoMVC %} | React | Compares the official TodoMVC Selenium tests to Cypress
{% urlHash 'Realworld' Realworld %} | React | Full end-to-end tests for the {% url 'gothinkster/realworld' https://github.com/gothinkster/realworld %} "Conduit" app
{% urlHash 'Phonecat' Phonecat %} | Angular 1.x | Compares the official Phonecat Protractor tests to Cypress
{% urlHash 'PieChopper' PieChopper %} | Angular 1.x | Tests a fully featured application with many forms and modals

Expand Down Expand Up @@ -40,6 +41,19 @@ This repo compares {% url "Cypress Tests" https://github.com/cypress-io/cypress-

{% imgTag /img/examples/public-project-todomvc.png "TodoMvc testing in Cypress" %}

## Realworld

{% fa fa-github %} {% url https://github.com/cypress-io/cypress-example-realworld %}

Shows a full blogging application, "Conduit", with back end code and a database.

- Create a test user from tests by running database commands via the {% url "`cy.task()`" task %} command.
- Log in using {% url "`cy.request()`" request %} and then setting the returned JWT token in `localStorage`.
- Test all aspects of writing blog posts, commenting, and marking favorite posts.
- Collect full stack code coverage using {% url '@cypress/code-coverage' https://github.com/cypress-io/code-coverage %}. Read the Cypress {% url "code coverage guide" code-coverage %} for more details.

{% imgTag /img/examples/realworld-app.png "Realworld test in Cypress" %}

## Phonecat

{% fa fa-github %} {% url https://github.com/cypress-io/cypress-example-phonecat %}
Expand Down
14 changes: 14 additions & 0 deletions source/zh-cn/examples/examples/applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Name | JS | Description
--- | --- | ---
{% urlHash 'Kitchen Sink' Kitchen-Sink %} | Vanilla | Showcases every single Cypress command
{% urlHash 'TodoMVC' TodoMVC %} | React | Compares the official TodoMVC Selenium tests to Cypress
{% urlHash 'Realworld' Realworld %} | React | Full end-to-end tests for the {% url 'gothinkster/realworld' https://github.com/gothinkster/realworld %} "Conduit" app
{% urlHash 'Phonecat' Phonecat %} | Angular 1.x | Compares the official Phonecat Protractor tests to Cypress
{% urlHash 'PieChopper' PieChopper %} | Angular 1.x | Tests a fully featured application with many forms and modals

Expand Down Expand Up @@ -40,6 +41,19 @@ This repo compares {% url "Cypress Tests" https://github.com/cypress-io/cypress-

{% imgTag /img/examples/public-project-todomvc.png "TodoMvc testing in Cypress" %}

## Realworld

{% fa fa-github %} {% url https://github.com/cypress-io/cypress-example-realworld %}

Shows a full blogging application, "Conduit", with back end code and a database.

- Create a test user from tests by running database commands via the {% url "`cy.task()`" task %} command.
- Log in using {% url "`cy.request()`" request %} and then setting the returned JWT token in `localStorage`.
- Test all aspects of writing blog posts, commenting, and marking favorite posts.
- Collect full stack code coverage using {% url '@cypress/code-coverage' https://github.com/cypress-io/code-coverage %}. Read the Cypress {% url "code coverage guide" code-coverage %} for more details.

{% imgTag /img/examples/realworld-app.png "Realworld test in Cypress" %}

## Phonecat

{% fa fa-github %} {% url https://github.com/cypress-io/cypress-example-phonecat %}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.