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 08c9182 commit 477a209Copy full SHA for 477a209
tasks.py
@@ -34,12 +34,11 @@ 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",
42
- f"--prerebotmodifier {ROOT}/utilities/xom.XUnitOut:{ROOT}/results/xunit.xml",
+ f"--prerebotmodifier utilities.xom.XUnitOut:results/xunit.xml",
43
f"{ROOT}/tests/atest"
44
]
45
global atests_completed_process
0 commit comments