Skip to content

Commit

Permalink
doc(protractor): update docs to reflect headless mode
Browse files Browse the repository at this point in the history
  • Loading branch information
shahabganji authored and 3cp committed Oct 1, 2019
1 parent 1bd2c59 commit 462e185
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions skeleton/protractor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ First, run `au run` and keep it running.

Then run `au protractor`.

To perform a test-run in interactive mode, do `au protractor --interactive`.
To perform a test-run in interactive mode, do `au protractor`.

To ask the `protractor` to start the application first and then start testing: `au protractor --start`
To ask the `protractor` to start the application first and then start testing: `au protractor --headless --start`

The two following flags are useful when using `--start` flag:
* To change dev server port, do `au protractor --start --port 8888`.
* To change dev server host, do `au protractor --start --host 127.0.0.1`


**PS:** It is also possible to mix the flags `au protractor --interactive --start --port 7070 --host 127.0.0.1`
**PS:** It is also possible to mix the flags `au protractor --headless --start --port 7070 --host 127.0.0.1`

0 comments on commit 462e185

Please sign in to comment.