Skip to content

0.2.8

Compare
Choose a tag to compare
@watsonmw watsonmw released this 26 Nov 20:41
· 98 commits to master since this release
  • 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