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

build(deps-dev): bump testcafe from 1.11.0 to 1.14.2 #1457

Merged
merged 1 commit into from
May 17, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 17, 2021

Bumps testcafe from 1.11.0 to 1.14.2.

Release notes

Sourced from testcafe's releases.

v1.14.2

What’s Changed

v1.14.1

What’s Changed

v1.14.0

What’s Changed

v1.14.0-rc.1

What’s Changed

v1.13.0

What’s Changed

... (truncated)

Changelog

Sourced from testcafe's changelog.

v1.14.2 (2021-05-13)

Bug Fixes

  • Fixed a bug that caused the The "--quarantine-mode" option value is not a valid key-value pair error

v1.14.1 (2021-05-12)

Bug Fixes

  • Fixed a bug that caused TestCafe to hang during the execution of TestCafe Studio tests (#5207)
  • Added a type definition for the disableScreenshots Runner option (#5735)
  • Fixed a multi-window mode bug that caused TestCafe to launch an empty browser window and then hang (#6132)
  • Fixed a bug that denied users access to iframes with srcdoc attributes (#6033)
  • Fixed a bug that interfered with the loading of Word Online documents in Firefox (testcafe-hammerhead#2287)

v1.14.0 (2021-4-7)

Enhancements

⚙ Scroll Actions ([PR #6066](DevExpress/testcafe#6066))

When TestCafe interacts with elements on the page, it scrolls the page automatically to reach those elements.

This release introduces actions that allow you to scroll webpage elements manually.

  • t.scroll - scrolls the element to a specified position
  • t.scrollBy - scrolls the element by the specified number of pixels
  • t.scrollIntoView - scrolls the element into view

You can use the t.scroll action to scroll an element to a position:

 import { Selector } from 'testcafe';
fixtureScroll Action
.page('http://example.com');
test('Scroll the container', async t => {
const container = Selector('#container');
 await t
     .scroll(container, 'bottomRight')

});

t.scrollBy allows you to scroll an element (or the webpage) by a set amount of pixels. The example below scrolls the webpage 200px up and 500px to the right:

fixture`Scroll Action`
</tr></table> 

... (truncated)

Commits
  • b56a517 chore: v1.14.2
  • 22a91cf docs: v1.14.2 [skip ci]
  • f04775d test: skip qurantine cli tests for now
  • 5f717c5 fix: revert -q mode
  • 454c68b Support fixture before/after in the compiler service mode. (#6217)
  • 3d81459 feat: mask values typed into input[type=password] in a reporter (#6191)
  • 024a002 docs: v1.14.1 changelog [skip ci] (#6222)
  • c30d62e build: update testcafe package to 1.14.1 (#6220)
  • c72b8cd chore: Update minimal required Nodejs version (#6192)
  • 12aa4b5 docs: add audit status badge
  • 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 May 17, 2021
@mergify mergify bot merged commit 1864388 into develop May 17, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/testcafe-1.14.2 branch May 17, 2021 05:59
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