Skip to content

Commit

Permalink
chore: update TestCafe to 3.5.0, update devDependencies (`@types/node…
Browse files Browse the repository at this point in the history
…`, etc)
  • Loading branch information
uid11 committed Dec 31, 2023
1 parent ab3e25c commit d2cccd4
Show file tree
Hide file tree
Showing 5 changed files with 109 additions and 82 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ If the mapping returns `undefined`, the log entry is not skipped, but is printed
For example, if it is equal to three, the test will be run no more than three times.

`overriddenUserAgent: string | null`: if not `null`, then this value will override the browser's user agent in tests.
This override only works when `enableChromeDevToolsProtocol` is `true`.

`packTimeout: number`: timeout (in millisecond) for the entire pack of tests (tasks).
If the test pack takes longer than this timeout, the pack will fail with the appropriate error.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ sed -i "s|\x22@types/node\x22: \x22[^\x22]*\x22,||" ./bin/forks/testcafe-without
sed -i "s/\x22bin-v8-flags-filter\x22: \x22[^\x22]*\x22,/\x22bin-v8-flags-filter\x22: \x221.2.0\x22,/" ./bin/forks/testcafe-without-typecheck/package/package.json
sed -i "s/\x22globby\x22: \x22[^\x22]*\x22,/\x22globby\x22: \x2211.1.0\x22,/" ./bin/forks/testcafe-without-typecheck/package/package.json
sed -i "s/\x22pngjs\x22: \x22[^\x22]*\x22,/\x22pngjs\x22: \x227.0.0\x22,/" ./bin/forks/testcafe-without-typecheck/package/package.json
sed -i "s/\x22testcafe-hammerhead\x22: \x22[^\x22]*\x22,/\x22testcafe-hammerhead-up\x22: \x2231.6.3-rc.1\x22,/" ./bin/forks/testcafe-without-typecheck/package/package.json
sed -i "s/\x22testcafe-hammerhead\x22: \x22[^\x22]*\x22,/\x22testcafe-hammerhead-up\x22: \x2231.7.0-rc.1\x22,/" ./bin/forks/testcafe-without-typecheck/package/package.json
sed -i "s|\x22testcafe-reporter-spec\x22: \x22[^\x22]*\x22,|\x22testcafe-reporter-for-e2ed\x22: \x220.0.4\x22,|" ./bin/forks/testcafe-without-typecheck/package/package.json
sed -i "s/\x22typescript\x22: \x22[^\x22]*\x22,//" ./bin/forks/testcafe-without-typecheck/package/package.json

sed -i "s|\x22devDependencies\x22|\x22peerDependencies\x22: {\x22@types/node\x22: \x22>=18\x22, \x22typescript\x22: \x22>=4\x22},\x22devDependencies\x22|" ./bin/forks/testcafe-without-typecheck/package/package.json
sed -i "s|\x22devDependencies\x22|\x22peerDependencies\x22: {\x22@types/node\x22: \x22>=20\x22, \x22typescript\x22: \x22>=5\x22},\x22devDependencies\x22|" ./bin/forks/testcafe-without-typecheck/package/package.json

175 changes: 100 additions & 75 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d2cccd4

Please sign in to comment.