Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 4b2ce02

Browse files
oodamienGunnar Hillert
authored andcommitted
Update run test documentation
Replace PhantomJS by ChromeHeadless
1 parent 9be4231 commit 4b2ce02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The following instructions can be used to do this:
6464

6565
## Unit Tests
6666

67-
$ ng test --browsers PhantomJS --single-run
67+
$ ng test --browsers ChromeHeadless --single-run
6868

6969
## E2E Tests
7070

@@ -105,7 +105,7 @@ You can view the results via your browser at: http://127.0.0.1:8888/
105105
## Code Coverage Report
106106
Produces code coverage report.
107107

108-
$ ng test --browsers PhantomJS --single-run --code-coverage --reporters=coverage-istanbul
108+
$ ng test --browsers ChromeHeadless --single-run --code-coverage --reporters=coverage-istanbul
109109

110110
[Angular]: http://angular.io/
111111
[Angular CLI]: https://cli.angular.io/

0 commit comments

Comments
 (0)