Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump testcafe from 1.12.0 to 1.13.0 #1460

Merged
merged 1 commit into from
Mar 24, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2021

Bumps testcafe from 1.12.0 to 1.13.0.

Release notes

Sourced from testcafe's releases.

v1.13.0

What’s Changed

v1.13.0-rc.1

What’s Changed

v1.12.1-alpha.1

What’s Changed

Changelog

Sourced from testcafe's changelog.

v1.13.0 (2021-03-22)

This release adds support for custom paths to the configuration file, support for Microsoft Edge on Linux systems, and multiple bugfixes.

Enhancements

⚙️ Specify Custom Path to the TestCafe Configuration File ([PR #6035](DevExpress/testcafe#6035) by @​Chris-Greaves)

TestCafe now allows you to specify a custom path to the configuration file.

To set the path, use one of the following options:

Add Support for Microsoft Edge on Linux ([PR testcafe-browser-tools/#210](DevExpress/testcafe-browser-tools#210) by @​dcsaszar)

If you follow the Microsoft Edge Insider Channels for Linux and have Microsoft Edge installed on your Linux machine, you can now launch TestCafe tests in this browser.

testcafe edge tests/test.js

⚙️ Deprecated the t.setPageLoadTimeout method ([PR #5979](DevExpress/testcafe#5979))

Starting with v1.13.0, the t.setPageLoadTimeout method is deprecated. To set the page load timeout, use the new test.timeouts method.

fixture`Setting Timeouts`
    .page`http://devexpress.github.io/testcafe/example`;
test
.timeouts({
pageLoadTimeout: 2000
})
('My test', async t => {
//test actions
})

You can also use test.timeouts to set the pageRequestTimeout and ajaxRequestTimeout.

fixture`Setting Timeouts`
    .page`http://devexpress.github.io/testcafe/example`;
test
.timeouts({
pageLoadTimeout:    2000,
pageRequestTimeout: 60000,
</tr></table>

... (truncated)

Commits
  • c1fb85e [docs] v1.13.0 changelog (#6063)
  • f2e5162 [docs] Documentation for new --config-file feature (#6053) (#6068)
  • c9b47e7 [docs] Describe type-casting HTML elements in client side TypeScript code (#6...
  • 8dbf597 Bump version (v1.13.0) (#6062)
  • 4bcb1a1 [docs] Describe test.timeouts (#6054)
  • 67db772 Bump version (v1.13.0-rc.1) (#6056)
  • 57aa1d3 Add ability to specify Testcafe Configuration Path (#6035)
  • 988dbe1 Provide some enums and a new native array util method for TestCafe Studio nee...
  • c7a1ac0 missing await warnings (closes #5554) (#6032)
  • ba30111 fix 'documentElement.transform.translate moves the TestCafe UI ' (close #5606...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 24, 2021
@mergify mergify bot merged commit e62eccc into develop Mar 24, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/testcafe-1.13.0 branch March 24, 2021 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants