- Possible to use either string or string[] as
srcproperty - screenshot options are nested in the
screenshotproperty:
"screenshots": {
"path": "./target/testreport/screenshots",
"takeOnFails": true,
"pathPattern": "test-${TEST_INDEX}-${FILE_INDEX}_${QUARANTINE_ATTEMPT}",
"fullPage": false
}No need specify port and host option anymore
host is only to overwrite the hostname TestCafe runs on when running without launching the Angular Application. When
devServerTarget is set, the host option from that target will be used to run TestCafe on.
Bugfixes:
- accept src option as array instead of string
added testcafe 1.3.1 features:
- added tsConfigPath entry in the schema
Bugfixes:
- console error for testcafe runner failures
- fixed reporters
compatible with Angular 8
compatible with testcafe 1.0.0 (use reporter: [{ name: '', output: '' }] )
New parameters in the schema:
- test: string
- testGrep: RegExp string
- testMeta: object
- fixture: string
- fixtureGrep: RegExp string
- fixtureMeta: object
updated according to v1.0.0-alpha.1 of Testcafe
exit code 1 if runner failed