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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,6 @@ This container can be run using the following command:
30
30
31
31
## Switching browsers
32
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 you to set the browser in a single place if needed.
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
34
35
35
When running your tests, simply add `-e BROWSER=chrome` or `-e BROWSER=firefox` to the run command.
0 commit comments