Skip to content

Commit 3b4ca4e

Browse files
committed
chore(docs:cli-ui): revert some changes, remove additionnal command for tests
1 parent 74b2b6b commit 3b4ca4e

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

packages/@vue/cli-ui/README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ in order to download all required dependencies of vue-cli's packages.
99
Just after, you should serve `@vue/cli-ui-addon-webpack` by running:
1010
```bash
1111
cd ../cli-ui-addon-webpack
12-
yarn serve
12+
yarn build
1313
```
1414

15-
Then you should open a new terminal and start the ui server (based on Apollo):
15+
Then you start the ui server (based on Apollo):
1616

1717
```
1818
cd ../cli-ui
@@ -27,17 +27,11 @@ yarn run serve
2727

2828
#### Testing
2929

30-
Before running E2E tests, you should start a new local testing apollo server with the following command:
30+
For running E2E tests, you just need to run:
3131

3232
```
3333
yarn run test:e2e
3434
```
3535

36-
Then in another terminal:
37-
38-
```
39-
yarn run test:e2e:dev
40-
```
41-
4236
This will open a new [Cypress](https://www.cypress.io/) window.
4337
You can now run all or specific integration tests.

0 commit comments

Comments
 (0)