Skip to content

Bump codeceptjs from 3.1.1 to 3.1.2

scriptuser requested to merge dependabot-npm_and_yarn-codeceptjs-3.1.2 into master

Bumps codeceptjs from 3.1.1 to 3.1.2.

Changelog

Sourced from codeceptjs's changelog.

3.1.2

🛩️ Features:

  • Added coverage plugin to generate code coverage for Playwright & Puppeteer. By @​anirudh-modi
  • Added subtitle plugin to generate subtitles for videos recorded with Playwright. By @​anirudh-modi
  • Configuration: config.tests to accept array of file patterns. See #2994 by @​monsteramba
exports.config = {
  tests: ['./*_test.js','./sampleTest.js'],
  // ... 
}

🐛 Bugfixes:

🎱 Other:

  • Deprecated puppeteerCoverage plugin in favor of coverage plugin.
Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports