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.9.1 to 1.14.2 #187

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps testcafe from 1.9.1 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.

If all status checks pass Dependabot will automatically merge this pull request.


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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 17, 2021
@dependabot-preview
Copy link
Contributor Author

Superseded by #195.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/testcafe-1.14.2 branch July 12, 2021 10:43
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