You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stability fixes for integration tests (these should apply to any Pizzascript CI jobs).
Lower the wait for Chrome to launch to 10s (this can be configured to be higher if you have a really slow machine)
Retry the browser open up to 3 times (Try a total of 4 times). Chrome doesn’t start on Linux sometimes, I feel this is a chrome bug, but still have to investigate.
Overall test timeout does not include the time to start the browser any longer (including retries).
Ignore favicon.ico requests in tests
Ability to save file contents (Network.getResponseBody)
Generic file save mechanism (add another file to test results), saved as part of the test, for Jenkins this is saved as an attachment
Ability to save DOM, Chrome debug logs, multiple screenshots to junit.xml