Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Bump @wdio/dot-reporter from 7.16.13 to 8.24.2 #443

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2023

Bumps @wdio/dot-reporter from 7.16.13 to 8.24.2.

Release notes

Sourced from @​wdio/dot-reporter's releases.

v8.24.2 (2023-11-27)

🐛 Bug Fix

Committers: 1

v8.24.1 (2023-11-23)

🐛 Bug Fix

Committers: 1

v8.24.0 (2023-11-23)

🚀 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 @​wdio/dot-reporter's changelog.

v8.24.2 (2023-11-27)

🐛 Bug Fix

Committers: 1

v8.24.1 (2023-11-23)

🐛 Bug Fix

Committers: 1

v8.24.0 (2023-11-23)

🚀 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 Fix

Committers: 1

v8.23.4 (2023-11-21)

🐛 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 <dependency name> 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)

Bumps [@wdio/dot-reporter](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-dot-reporter) from 7.16.13 to 8.24.2.
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v8.24.2/packages/wdio-dot-reporter)

---
updated-dependencies:
- dependency-name: "@wdio/dot-reporter"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 1, 2023
@dependabot dependabot bot requested a review from a team December 1, 2023 11:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants