We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 984bbbe commit 73ad7c4Copy full SHA for 73ad7c4
tasks.py
@@ -34,11 +34,12 @@ def atests(context):
34
"-p",
35
"-m",
36
"robot",
37
+ "--pythonpath .",
38
"--loglevel=TRACE:DEBUG",
39
"--listener RobotStackTracer",
40
"--exclude appiumORnot_readyORnot_ci"
41
"-d results",
- "--prerebotmodifier utilities.xom.XUnitOut:results/xunit.xml",
42
+ "--prerebotmodifier utilities/xom.XUnitOut:results/xunit.xml",
43
f"{ROOT}/tests/atest"
44
]
45
global atests_completed_process
0 commit comments