Skip to content

Commit 51d20fa

Browse files
committed
guide updates
1 parent 7312f47 commit 51d20fa

File tree

4 files changed

+28
-4
lines changed

4 files changed

+28
-4
lines changed

angular/readme.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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)
55
guide 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
1016
npm install

react/readme.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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)
55
guide 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
1016
npm install

svelte/readme.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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)
55
guide 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
1016
npm install

vue/readme.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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)
55
guide 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
1016
npm install

0 commit comments

Comments
 (0)