Visual-Regression-Tracker / agent-codeceptjs

3 stars 2 forks source link

Bump codeceptjs from 2.6.11 to 3.0.4 #20

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps codeceptjs from 2.6.11 to 3.0.4.

Changelog

Sourced from codeceptjs's changelog.

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
  • Enabled autocompletion for custom helpers. #2695 by @PeterNgTr
  • Emit test.after on workers. Fix #2693 by @jccguimaraes
  • TypeScript: Allow .ts config files. See #2708 by @elukoyanov
  • Fixed definitions generation errors by @elukoyanov. See #2707 and #2718
  • Fixed handing error in _after function; for example, browser is closed during test and tests executions is stopped, but error was not logged. See #2715 by @elukoyanov
  • Emit hook.failed in workers. Fix #2723 by @jccguimaraes
  • [wdio plugin] Added seleniumArgs and seleniumInstallArgs config options for plugin. See #2687 by @andrerleao
  • [allure plugin] Added addParameter method in #2717 by @jancorvus. Fixes #2716
  • Added mocha-based --reporter-options and --reporter <name> commands to run-workers command by in #2691 @Ameterezu
  • Fixed infinite loop for junit reports. See #2691 @Ameterezu
  • Added status, start/end time, and match line for BDD steps. See #2678 by @ktryniszewski-mdsol
  • [stepByStepReport plugin] Fixed "helper.saveScreenshot is not a function". Fix #2688 by @andrerleao

3.0.2

  • [Playwright] Fix connection close with remote browser. See #2629 by @dipiash
  • [REST] set maxUploadFileSize when performing api calls. See #2611 by @PeterNgTr
  • Duplicate Scenario names (combined with Feature name) are now detected via a warning message. Duplicate test names can cause codeceptjs run-workers to not function. See #2656 by @Georgegriff
  • Documentation fixes

Bug Fixes:

  • --suites flag now should function correctly for codeceptjs run-workers. See #2655 by @Georgegriff
  • [autoLogin plugin] Login methods should now function as expected with codeceptjs run-workers. See #2658 by @Georgegriff, resolves #2620

3.0.1

♨️ Hot fix:

  • Lock the mocha version to avoid the errors. See #2624 by PeterNgTr
Commits
  • 40f489e updated changelog & version bump
  • 90e89fb Merge branch '3.x' of github.com:codeceptjs/CodeceptJS into 3.x
  • e0abb3a fix: catch init failures during run (#2730)
  • cf1f909 Add cross-spawn package (#2731)
  • 28ae904 Merge branch '3.x' of github.com:codeceptjs/CodeceptJS into 3.x
  • 0e48818 Release 3.0.3 (#2726)
  • 6bc6f16 fixed init script
  • 512c57c Add status, start/end time, err, and matchline for bddStep event (#2678)
  • 5051d9d Fix: Fail "helper.saveScreenshot is not a function" on stepByStepReport plugi...
  • b581eb7 fix(retryFailedStep): regexp based ignored steps (#2701)
  • 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)
dependabot-preview[bot] commented 3 years ago

Superseded by #22.