Skip to content

Commit 8c0dcb8

Browse files
committed
Updated invoke utest task documentation to give example of running
selected test suites and test cases
1 parent 31acf26 commit 8c0dcb8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tasks.py

+4
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,10 @@ def atest(ctx, suite=None):
207207
208208
Args:
209209
suite: Select which suite to run.
210+
211+
Example:
212+
inv utest --suite keywords/test_browsermanagement.py
213+
inv utest --suite keywords/test_selenium_options_parser.py::test_create_chrome_with_options
210214
"""
211215
command = "python atest/run.py headlesschrome"
212216
if suite:

0 commit comments

Comments
 (0)