Releases: DevExpress/angular-testcafe
v4.0.0
What's Changed
- chore: remove unused modules, update the vulnerable modules by @kirovboris in #85
- feat: support object for quarantine mode by @robinsjovoll in #87
- Client scripts by @AndreyBelym in #88
- build(deps): bump terser and @angular-devkit/build-angular in /demo-app by @dependabot in #92
- build(deps): bump terser from 5.11.0 to 5.14.2 by @dependabot in #95
- build(deps): bump loader-utils from 2.0.2 to 2.0.4 by @dependabot in #98
- build(deps): bump loader-utils from 2.0.2 to 2.0.4 in /demo-app by @dependabot in #99
- build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #100
- build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /demo-app by @dependabot in #101
- fix: vulnerabilities in the devDependencies by @kirovboris in #108
- fix: vulnerabilities in the test app by @kirovboris in #109
- fix: update dev dependencies to fix npm audit by @kirovboris in #111
- fix: update package-lock.json to fix vulnerabilities in tests by @kirovboris in #112
- build: resolve vulnerabilities and add publish workflow by @Aleksey28 in #113
- build: resolve vulnerabilities in demo app by @Aleksey28 in #114
- 🔄 synced file(s) with DevExpress/testcafe-build-system by @testcafe-build-bot in #115
- build(deps): bump postcss and @angular-devkit/build-angular by @dependabot in #116
- github-action: added prepare action before test by @Aleksey28 in #120
- fix vulnerabilities and bump version by @AlexKamaev in #121
New Contributors
- @kirovboris made their first contribution in #85
- @robinsjovoll made their first contribution in #87
- @testcafe-build-bot made their first contribution in #115
Full Changelog: v3.0.0...v4.0.0
v3.0.0
What's Changed
- fix: removed @politie, set correct values for e2e tests by @timnederhoff in #65
- refactor: remove package-lock files by @miherlosev in #77
- Adding support for pageRequestTimeout by @Brian-Courtois in #72
- build: updated dependencies by @Aleksey28 in #78
- Feat: add angular 13 support by @hunhavoc in #80
New Contributors
- @miherlosev made their first contribution in #77
- @Brian-Courtois made their first contribution in #72
- @Aleksey28 made their first contribution in #78
- @hunhavoc made their first contribution in #80
Full Changelog: v2.0.6...v3.0.0
v2.0.6
#
@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
- 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
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
Bugfixes:
- accept src option as array instead of string
Testcafe 1.3.1 compatible
added testcafe 1.3.1 features:
- added tsConfigPath entry in the schema
Bugfixes for reporters and Testcafe failures
Bugfixes:
- console error for testcafe runner failures
- fixed reporters
Angular 8 compatible
Version is for Angular >= 8
Use lower versions for Angular 6 and 7
Testcafe 1.0.0 compatible
compatible with testcafe 1.0.0 (use reporter: [{ name: '', output: '' }]
)