Skip to content

Commit bfc6801

Browse files
committed
docs: correct command syntax for running tests with overridden variables
1 parent 7a4d6ed commit bfc6801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/02_get_started/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ robotcode -p dev robot tests/
159159
robotcode -p base -p windows robot tests/
160160

161161
# Override variables on command line
162-
robotcode -p dev -v BROWSER:firefox robot tests/
162+
robotcode -p dev robot -v BROWSER:firefox tests/
163163

164164
# Run tests by tag
165165
robotcode robot -i smoke -i regression tests/

0 commit comments

Comments
 (0)