Skip to content

Commit

Permalink
fix: typo in protractor tests instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rkpattnaik780 committed Jun 28, 2021
1 parent 7480869 commit 5b18a73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -282,13 +282,13 @@ yarn run webdriver-update-macos

##### Hacking Protractor Tests

To see what the tests are actually doing, it is possible to run in none `headless` mode by setting the `NO_HEADLESS` environment variable:
To see what the tests are actually doing, it is possible to run in non-`headless` mode by setting the `NO_HEADLESS` environment variable:

```
$ NO_HEADLESS=true ./test-protractor.sh <suite>
```

To use a specific binary version of chrome, it is posible to set the `CHROME_BINARY_PATH` environment variable:
To use a specific binary version of chrome, it is possible to set the `CHROME_BINARY_PATH` environment variable:

```
$ CHROME_BINARY_PATH="/usr/bin/chromium-browser" ./test-protractor.sh <suite>
Expand Down

0 comments on commit 5b18a73

Please sign in to comment.