Skip to content

Commit a2787c8

Browse files
author
Davide Moro
committed
update README
1 parent 11fc236 commit a2787c8

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,11 @@ or::
8686

8787
$ docker run --rm -it project_qa -epy36 -- \
8888
-vvv --splinter-webdriver=remote \
89-
--variables=credentials_tepmlate.yml \
89+
--variables=credentials_template.yml \
9090
--splinter-remote-url=http://BROWSERSTACK_USERNAME:[email protected]:80/wd/hub \
91-
--variables capabilities/WIN10-FIREFOX53.json
91+
--variables capabilities/os/WIN10.json
92+
--variables capabilities/browsers/chrome/CHROME.json
93+
--variables capabilities/resolutions/1280x1024.json
9294

9395
Tox
9496
---
@@ -99,7 +101,9 @@ With tox::
99101
$ tox -epy35 -- -vvv --splinter-webdriver=remote \
100102
--variables=credentials_template.yml \
101103
--splinter-remote-url=http://BROWSERSTACK_USERNAME:[email protected]:80/wd/hub \
102-
--variables capabilities/WIN10-FIREFOX53.json
104+
--variables capabilities/os/WIN10.json
105+
--variables capabilities/browsers/chrome/CHROME.json
106+
--variables capabilities/resolutions/1280x1024.json
103107

104108

105109
In the next future you will be able to choose a very basic test example or another one with a

0 commit comments

Comments
 (0)