Bump codeceptjs from 3.1.1 to 3.1.2
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'], // ... }
- Notification is shown for test files without
Feature()
. See #3011 by@PeterNgTr
🐛 Bugfixes:
- [Playwright] Fixed #2986 error is thrown when deleting a missing video. Fix by
@hatufacci
- Fixed false positive result when invalid function is called in a helper. See #2997 by
@abhimanyupandian
- [Appium] Removed full page mode for
saveScreenshot
. See #3002 by@nlespiaucq
- [Playwright] Fixed #3003 saving trace for a test with a long name. Fix by
@hatufacci
🎱 Other:
- Deprecated
puppeteerCoverage
plugin in favor ofcoverage
plugin.
Commits
-
18f465c
version bump, fixed linting -
c72ea22
Merge branch '3.x' of github.com:codeceptjs/CodeceptJS into 3.x -
361edba
improvement: showing missing feature (#3011) -
7119749
[Feature] Adds coverage plugin forPlaywright
(#3006) -
58ddb82
Fix for codeceptjs/CodeceptJS#3003 (#3004) -
42717c0
Remove the option fullpage on appium (not applicable for this driver) (#3002) -
5e756d5
[P1] Fix for false positives (#2997) -
760ff1c
Support for Array of Test Files (#2994) -
a7de849
Fix for codeceptjs/CodeceptJS#2986 (#2995) -
ab32912
Feat subtitle plugin (#2984) - Additional commits viewable in compare view
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