Skip to content

Commit 90a379d

Browse files
committed
Issue #4 - Document how to switch browsers
* Fixed several issues in the README file
1 parent a6bdaf6 commit 90a379d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ This container can be run using the following command:
3030

3131
## Switching browsers
3232

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.
3434

3535
When running your tests, simply add `-e BROWSER=chrome` or `-e BROWSER=firefox` to the run command.

0 commit comments

Comments
 (0)