File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ markers = [
17
17
testpaths = [
18
18
" l10n_CM/Unified"
19
19
]
20
- addopts = " -vs --ci --json-report --json-report-file artifacts/report_headed.json --reruns 3 --reruns-delay 2 -m 'not incident and not unstable and headed' - -html=artifacts/report_headed.html"
20
+ addopts = " -vs --ci --json-report --json-report-file artifacts/report_headed.json --reruns 3 --reruns-delay 2 --html=artifacts/report_headed.html"
21
21
22
22
[tool .ruff ]
23
23
target-version = " py310"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ testpaths = [
18
18
" tests" ,
19
19
" l10n_CM/Unified"
20
20
]
21
- addopts = " -vs --run-headless --json-report --json-report-file artifacts/report.json --reruns 3 --reruns-delay 3 -m 'not incident and not unstable and not headed' --html=artifacts/report.html"
21
+ addopts = " -vs --ci -- run-headless --json-report --json-report-file artifacts/report.json --reruns 3 --reruns-delay 3 -m 'not incident and not unstable and not headed' --html=artifacts/report.html"
22
22
23
23
[tool .ruff ]
24
24
target-version = " py310"
Original file line number Diff line number Diff line change @@ -313,6 +313,9 @@ def test_case():
313
313
314
314
def pytest_configure (config ):
315
315
# Check if run is "reportable": if it is on a never-reported Fx version
316
+ logging .warning ("Invoked with options:" , config .invocation_params .args )
317
+ logging .warning ("Invoked with file paths:" , config .args )
318
+ logging .warning ("Full invocation:" , config .invocation_params )
316
319
if os .environ .get ("TESTRAIL_REPORT" ):
317
320
logging .warning ("Checking to see if session would be reportable..." )
318
321
if os .environ .get ("TASKCLUSTER_ROOT_URL" ) and os .environ .get ("FX_EXECUTABLE" ):
You can’t perform that action at this time.
0 commit comments