percy / percy-webdriverio

Visual testing with WebdriverIO and Percy
https://percy.io
MIT License
25 stars 22 forks source link

⬆️ Bump webdriverio from 8.6.0 to 8.24.2 #1049

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps webdriverio from 8.6.0 to 8.24.2.

Release notes

Sourced from webdriverio's releases.

v8.24.2 (2023-11-27)

:bug: Bug Fix

Committers: 1

v8.24.1 (2023-11-23)

:bug: Bug Fix

Committers: 1

v8.24.0 (2023-11-23)

:rocket: New Feature

  • wdio-browser-runner, wdio-cli, wdio-config, wdio-globals, wdio-jasmine-framework, wdio-reporter, wdio-runner, wdio-smoke-test-cjs-service, wdio-smoke-test-reporter, wdio-smoke-test-service, wdio-types
    • #11714 (@​wdio/runner): support assertion hooks (@​christian-bromann) Given you have the following hooks in your wdio.conf.js:

          beforeAssertion: (params) => {
              console.log('beforeAssertion', params)
          },
          afterAssertion: (params) => {
              console.log('afterAssertion', params)
          }
      

      and in your tests you have an assertion like this:

      await expect(browser).toHaveTitle('WebdriverIO · Next-gen browser and mobile automation test framework for Node.js | WebdriverIO')
      

      Then it will log the following data:

      [0-0] beforeAssertion {
      [0-0]   matcherName: 'toHaveTitle',
      [0-0]   expectedValue: 'WebdriverIO · Next-gen browser and mobile automation test framework for Node.js | WebdriverIO',
      [0-0]   options: {
      [0-0]     wait: 5000,
      

... (truncated)

Changelog

Sourced from webdriverio's changelog.

v8.24.2 (2023-11-27)

:bug: Bug Fix

Committers: 1

v8.24.1 (2023-11-23)

:bug: Bug Fix

Committers: 1

v8.24.0 (2023-11-23)

:rocket: New Feature

  • wdio-browser-runner, wdio-cli, wdio-config, wdio-globals, wdio-jasmine-framework, wdio-reporter, wdio-runner, wdio-smoke-test-cjs-service, wdio-smoke-test-reporter, wdio-smoke-test-service, wdio-types

Committers: 1

v8.23.5 (2023-11-22)

:bug: Bug Fix

Committers: 1

v8.23.4 (2023-11-21)

:bug: Bug Fix

Committers: 1

... (truncated)

Commits


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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[bot] commented 10 months ago

Superseded by #1051.