You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The versioning of this image follows the one of Robot Framework:
15
15
16
16
The versions used in the latest version are:
17
17
18
-
* Robot Framework 3.0.1
18
+
* Robot Framework 3.0.2
19
19
* Robot Framework selenium2library 1.8.0
20
20
* Firefox 51.0
21
21
* Google Chrome 56.0
@@ -24,4 +24,12 @@ The versions used in the latest version are:
24
24
25
25
This container can be run using the following command:
26
26
27
-
docker run -v <local path to the reports' folder>:/opt/robotframework/reports:Z -v <local path to the test suites' folder>:/opt/robotframework/tests:Z ppodgorsek/robot-framework:<version>
27
+
docker run -v <local path to the reports' folder>:/opt/robotframework/reports:Z\
28
+
-v <local path to the test suites' folder>:/opt/robotframework/tests:Z\
29
+
ppodgorsek/robot-framework:<version>
30
+
31
+
## Switching browsers
32
+
33
+
Browsers can be easily switched. It is recommended to define `${BROWSER} %{BROWSER}` in your Robot variables and to use `${BROWSER}` in your test cases. This allows to set the browser in a single place if needed.
34
+
35
+
When running your tests, simply add `-e BROWSER=chrome` or `-e BROWSER=firefox` to the run command.
0 commit comments