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 a7317ae commit 08c9182Copy full SHA for 08c9182
tasks.py
@@ -39,7 +39,7 @@ def atests(context):
39
"--listener RobotStackTracer",
40
"--exclude appiumORnot_readyORnot_ci"
41
"-d results",
42
- "--prerebotmodifier utilities/xom.XUnitOut:results/xunit.xml",
+ f"--prerebotmodifier {ROOT}/utilities/xom.XUnitOut:{ROOT}/results/xunit.xml",
43
f"{ROOT}/tests/atest"
44
]
45
global atests_completed_process
0 commit comments