Visual-Regression-Tracker / agent-codeceptjs

3 stars 2 forks source link

Bump codeceptjs from 2.6.11 to 3.0.5 #22

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

⚠️ Dependabot Preview has been deactivated ⚠️

This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.

If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.


Bumps codeceptjs from 2.6.11 to 3.0.5.

Changelog

Sourced from codeceptjs's changelog.

3.0.5

Features:

  • Official Docker image for CodeceptJS v3. New Docker image is based on official Playwright image and supports Playwright, Puppeteer, WebDriver engines. Thanks @VikentyShevyrin
  • Better support for Typescript codecept.conf.ts configuration files. See #2750 by @elaichenkov
  • Propagate more events for custom parallel script. See #2796 by @jccguimaraes
  • [mocha-junit-reporter] Now supports attachments, see documentation for details. See #2675 by @Shard
  • CustomLocators interface for TypeScript to extend from LocatorOrString. See #2798 by @danielrentz
  • [REST] Mask sensitive data from log messages.
I.sendPatchRequest('/api/users.json', secret({ "email": "user@user.com" }));

See #2786 by @PeterNgTr

Bug fixes:

  • Fixed reporting of nested steps with PageObjects and BDD scenarios. See #2800 by @davertmik. Fixes #2720 #2682
  • Fixed issue with codeceptjs shell which was broken since 3.0.0. See #2743 by @stedman
  • [Gherkin] Fixed issue suppressed or hidden errors in tests. See #2745 by @ktryniszewski-mdsol
  • [Playwright] fix grabCssPropertyFromAll serialization by using property names. See #2757 by @elaichenkov
  • [Allure] fix report for multi sessions. See #2771 by @cbayer97
  • [WebDriver] Fix locator object debug log messages in smart wait. See 2748 by @elaichenkov

Documentation fixes:

Library updates:

  • Updated Axios to 0.21.1. See by @sseide
  • Updated @pollyjs/core @pollyjs/adapter-puppeteer. See #2760 by @Anikethana

3.0.4

  • Hotfix Fixed init script by adding cross-spawn package. By @vipulgupta2048
  • Fixed handling error during initialization of run-multiple. See #2730 by @wagoid

3.0.3

  • Playwright 1.7 support
  • [Playwright] Fixed handling null context in click. See #2667 by @matthewjf
  • [Playwright] Fixed Cannot read property '$$' of null when locating elements. See #2713 by @matthewjf
  • Command npx codeceptjs init improved
    • auto-installing required packages
    • better error messages
    • fixed generating type definitions
  • Data Driven Tests improvements: instead of having one skipped test for data driven scenarios when using xData you get a skipped test for each entry in the data table. See #2698 by @Georgegriff
  • [Puppeteer] Fixed that waitForFunction was not working with number values. See #2703 by @MumblesNZ

... (truncated)

Commits
  • 737e4cf Merge branch 'master' of github.com:codeceptjs/CodeceptJS into 3.x
  • 53e1cf1 Merge branch '3.x' of github.com:codeceptjs/CodeceptJS into 3.x
  • 3d8fa87 updated changelog
  • 05fe637 fixed cli reporter (#2800)
  • 03be1a5 Changelog for 3.0.5 (#2795)
  • 3afbeea feat: propagate more events for custom parallel script (#2796)
  • f505c83 #2797 +CustomLocators interface (#2798)
  • fb3421f Update Dockerfile to support CodeceptJS 3.x. (#2742)
  • 2d0f7cb Merge pull request #2745 from ktryniszewski-mdsol/fix_gherkin
  • 4e64c7d doc: unclosed code block in page objects markdown file (#2793)
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 1 PRs for your first few update runs. Once an update run creates fewer than 1 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
pashidlos commented 3 years ago

@dependabot rebase

dependabot-preview[bot] commented 3 years ago

This repository is now using a version: 2 config so Dependabot Preview can no longer make changes to this pull request. You can close it and let Dependabot re-create it the next time it checks for updates.

dependabot-preview[bot] commented 3 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.