Skip to content

Releases: DevExpress/angular-testcafe

v4.0.0

17 Oct 10:43
dc2c771
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v4.0.0

v3.0.0

20 Jan 04:37
701fa18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.6...v3.0.0

v2.0.6

27 Apr 10:16
c590387
Compare
Choose a tag to compare

#⚠️angular-testcafe supersedes @politie/angular-testcafe-builder⚠️

@politie/angular-testcafe-builder authors (Dutch National Police and Tim Nederhoff in person) have transferred the repository, related code, assets, and rights to DevExpress. The TestCafe team maintains and supports the package under the new name angular-testcafe.

If your projects are still using @politie/angular-testcafe-builder, we recommend that you switch to angular-testcafe. The development of @politie/angular-testcafe-builder is discontinued: it won't receive any updates, even for critical bugs and security vulnerabilities.

TestCafe 1.6.0 compatible

24 Oct 12:48
Compare
Choose a tag to compare
  • 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
}

No hostname and port

18 Sep 14:26
Compare
Choose a tag to compare

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.

TestCafe >= 1.4.2 compatible

17 Sep 13:31
Compare
Choose a tag to compare

Bugfixes:

  • accept src option as array instead of string

Testcafe 1.3.1 compatible

11 Jul 10:02
Compare
Choose a tag to compare

added testcafe 1.3.1 features:

  • added tsConfigPath entry in the schema

Bugfixes for reporters and Testcafe failures

12 Jun 12:32
Compare
Choose a tag to compare

Bugfixes:

  • console error for testcafe runner failures
  • fixed reporters

Angular 8 compatible

11 Jun 13:26
Compare
Choose a tag to compare

Version is for Angular >= 8
Use lower versions for Angular 6 and 7

Testcafe 1.0.0 compatible

11 Feb 14:25
Compare
Choose a tag to compare

compatible with testcafe 1.0.0 (use reporter: [{ name: '', output: '' }] )