Skip to content

TestCafe 1.6.0 compatible

Compare
Choose a tag to compare
@timnederhoff timnederhoff released this 24 Oct 12:48
  • Possible to use either string or string[] as src property
  • screenshot options are nested in the screenshot property:
"screenshots": {
    "path": "./target/testreport/screenshots",
    "takeOnFails": true,
    "pathPattern": "test-${TEST_INDEX}-${FILE_INDEX}_${QUARANTINE_ATTEMPT}",
    "fullPage": false
}