File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ in order to download all required dependencies of vue-cli's packages.
9
9
Just after, you should serve ` @vue/cli-ui-addon-webpack ` by running:
10
10
``` bash
11
11
cd ../cli-ui-addon-webpack
12
- yarn serve
12
+ yarn build
13
13
```
14
14
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):
16
16
17
17
```
18
18
cd ../cli-ui
@@ -27,17 +27,11 @@ yarn run serve
27
27
28
28
#### Testing
29
29
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 :
31
31
32
32
```
33
33
yarn run test:e2e
34
34
```
35
35
36
- Then in another terminal:
37
-
38
- ```
39
- yarn run test:e2e:dev
40
- ```
41
-
42
36
This will open a new [ Cypress] ( https://www.cypress.io/ ) window.
43
37
You can now run all or specific integration tests.
You can’t perform that action at this time.
0 commit comments