Skip to content
This repository has been archived by the owner on Sep 9, 2019. It is now read-only.

chore(deps): update dependency testcafe to v1.3.0 #406

Merged
merged 1 commit into from
Jul 2, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 2, 2019

This PR contains the following updates:

Package Type Update Change
testcafe (source) devDependencies minor 1.2.1 -> 1.3.0

Release Notes

DevExpress/testcafe

v1.3.0

Compare Source

Enhancements
⚙️ Customize TypeScript Compiler Options (#​1845)

TestCafe now allows you to specify the TypeScript compiler options in the tsconfig.json configuration file. You can use these options to enable JSX compilation, import code or typings with paths aliases, set aliases to React typings, or customize other compiler settings.

Define the compilerOptions property in tsconfig.json and specify the compiler options in this property:

{
    "compilerOptions": {
        "jsx": "react",
        "jsxFactory": "myFactory",
        "paths": {
            "jquery": [ "node_modules/jquery/dist/jquery" ]
        },
        "alwaysStrict": true
    }
}

Save this file to the directory from which you run tests (or use the tsConfigPath setting in the main configuration file to specify a different location).

See Customize Compiler Options for more information.

Bug Fixes
  • TestCafe now waits for asynchronous tasks in reportTaskDone to complete before it exits (#​3835)
  • childNodes.length now returns the correct result after you type in an iframe (#​3887)
  • TestCafe no longer hangs when a custom request hook throws an error (#​3786)
  • Error messages now show the correct selector chains for selectors that use the with method (#​3874)
  • TestCafe can now work with test files located on a Windows network drive (#​3918)
  • Page elements overlapped by the TestCafe status panel are now scrolled into view correctly (#​3924)
  • Labels with the tabIndex and for attributes are now focused correctly (#​3501)
  • Fixed a bug that prevented elements behind the footer from being scrolled up on some pages (#​2601)
  • Enhanced the previous fix for a Chrome 75 compatibility issue when t.typeText typed each character at the beginning of the input (#​3865)
  • jQuery scroll functions no longer cause errors (testcafe-hammerhead/#​2045)

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot merged commit 7dccec7 into master Jul 2, 2019
@renovate renovate bot deleted the renovate/testcafe-1.x branch July 2, 2019 18:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant