ArnaudBuchholz / ui5-test-runner

A test runner for UI5 applications enabling parallel execution of tests.
https://arnaudbuchholz.github.io/ui5-test-runner/
MIT License
19 stars 9 forks source link

text report generation failed #62

Closed ArnaudBuchholz closed 1 year ago

ArnaudBuchholz commented 1 year ago

job.zip

NOTE: this occurred because of a page timeout :

ui5-test-runner --url https://ui5.sap.com/test-resources/sap/m/demokit/cart/webapp/test/integration/opaTestsComponent.qunit.html  --page-timeout 60s
ArnaudBuchholz commented 1 year ago

Whenever a test times out, the job report does not contain enough information to document the issue. Since everything is based on pages :

ArnaudBuchholz commented 1 year ago

Need to also handle --fail-fast

ArnaudBuchholz commented 1 year ago

fixed in 3.3.2