File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 86
86
87
87
$ docker run --rm -it project_qa -epy36 -- \
88
88
-vvv --splinter-webdriver=remote \
89
- --variables=credentials_tepmlate .yml \
89
+ --variables=credentials_template .yml \
90
90
--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
92
94
93
95
Tox
94
96
---
@@ -99,7 +101,9 @@ With tox::
99
101
$ tox -epy35 -- -vvv --splinter-webdriver=remote \
100
102
--variables=credentials_template.yml \
101
103
--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
103
107
104
108
105
109
In the next future you will be able to choose a very basic test example or another one with a
You can’t perform that action at this time.
0 commit comments