File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed
Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -144,31 +144,6 @@ To run the unit tests:
144144npm test
145145```
146146
147- ## Running The E2E Tests
148- Integration tests are performed with [ Protractor] ( http://angular.github.io/protractor/#/ ) .
149-
150- 1 . Place your E2E-Tests into the folder ``` test/e2e/src ```
151-
152- 2 . Run the tests by invoking
153-
154- ``` shell
155- npm run e2e
156- ```
157-
158- ### Running e2e tests manually
159-
160- 1 . Make sure your app runs and is accessible
161-
162- ``` shell
163- WEBPACK_PORT=19876 npm start
164- ```
165-
166- 3 . Once bundle is ready, run the E2E-Tests in another console
167-
168- ``` shell
169- npm run e2e:start
170- ```
171-
172147## Environment confugration
173148There is a configuration management in place. Three standart environments are already set (devlopment, test and production).
174149You can also add more environments with ``` --env.target <env-name> ``` but there is a catch: You have to add ``` -- ``` for each npm command you
You can’t perform that action at this time.
0 commit comments