File tree Expand file tree Collapse file tree 4 files changed +28
-4
lines changed
Expand file tree Collapse file tree 4 files changed +28
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,13 @@ This is a completed version of the app from the
44[ quickstart] ( https://docs.cypress.io/guides/component-testing/angular/quickstart )
55guide for writing component tests for Cypress with Angular.
66
7- To view the working tests, go into the /angular/my-awesome-app folder and run:
7+ To try the app locally, first clone the quickstart repo:
8+
9+ ``` bash
10+ git clone https://github.com/cypress-io/component-testing-quickstart-apps.git
11+ ```
12+
13+ Then go into the ** angular/my-awesome-app** directory and run:
814
915``` bash
1016npm install
Original file line number Diff line number Diff line change @@ -4,7 +4,13 @@ This is a completed version of the app from the
44[ quickstart] ( https://docs.cypress.io/guides/component-testing/react/quickstart )
55guide for writing component tests for Cypress with React.
66
7- To view the working tests, go into the /react/my-awesome-app folder and run:
7+ To try the app locally, first clone the quickstart repo:
8+
9+ ``` bash
10+ git clone https://github.com/cypress-io/component-testing-quickstart-apps.git
11+ ```
12+
13+ Then go into the ** react/my-awesome-app** directory and run:
814
915``` bash
1016npm install
Original file line number Diff line number Diff line change @@ -4,7 +4,13 @@ This is a completed version of the app from the
44[ quickstart] ( https://docs.cypress.io/guides/component-testing/svelte/quickstart )
55guide for writing component tests for Cypress with Svelte.
66
7- To view the working tests, go into the /svelte/my-awesome-app folder and run:
7+ To try the app locally, first clone the quickstart repo:
8+
9+ ``` bash
10+ git clone https://github.com/cypress-io/component-testing-quickstart-apps.git
11+ ```
12+
13+ Then go into the ** svelte/my-awesome-app** directory and run:
814
915``` bash
1016npm install
Original file line number Diff line number Diff line change @@ -4,7 +4,13 @@ This is a completed version of the app from the
44[ quickstart] ( https://docs.cypress.io/guides/component-testing/vue/quickstart )
55guide for writing component tests for Cypress with Vue.
66
7- To view the working tests, go into the /vue/my-awesome-app folder and run:
7+ To try the app locally, first clone the quickstart repo:
8+
9+ ``` bash
10+ git clone https://github.com/cypress-io/component-testing-quickstart-apps.git
11+ ```
12+
13+ Then go into the ** vue/my-awesome-app** directory and run:
814
915``` bash
1016npm install
You can’t perform that action at this time.
0 commit comments