Skip to content

Commit

Permalink
Merge branch '1.2' into 1.3
Browse files Browse the repository at this point in the history
* 1.2:
  Make hostnames match in installation instructions
  Fix Selenium usage instructions
  • Loading branch information
pamil committed Sep 25, 2018
2 parents 0d959b5 + fabaf66 commit 581af60
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,18 @@

1. Download [Chromedriver](https://sites.google.com/a/chromium.org/chromedriver/)

2. Download [Selenium Standalone Server](https://www.seleniumhq.org/download/).

2. Run Selenium server with previously downloaded Chromedriver:

```bash
$ bin/selenium-server-standalone -Dwebdriver.chrome.driver=chromedriver
$ java -Dwebdriver.chrome.driver=chromedriver -jar selenium-server-standalone.jar
```

3. Run test application's webserver on `localhost:8080`:
```bash
$ (cd tests/Application && bin/console server:run 127.0.0.1:8080 -d public -e test)
$ (cd tests/Application && bin/console server:run localhost:8080 -d public -e test)
```
4. Run Behat:
Expand Down

0 comments on commit 581af60

Please sign in to comment.