Update dependency allure-codeceptjs to v3
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
allure-codeceptjs (source) | dependencies | major | 2.15.1 -> 3.0.5 |
⚠ ️ WarningSome dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
allure-framework/allure-js (allure-codeceptjs)
v3.0.5
What's Changed
🐞 Bug Fixes
- fix(allure-jest): fix allure-jest broken exports by @eklmv in https://github.com/allure-framework/allure-js/pull/1164
⬆ ️ Dependency Updates
- chore(deps): update octokit/request-action action to v2.4.0 by @renovate in https://github.com/allure-framework/allure-js/pull/1163
- chore(deps): update dependency eslint-plugin-cypress to v4 by @renovate in https://github.com/allure-framework/allure-js/pull/1166
New Contributors
- @eklmv made their first contribution in https://github.com/allure-framework/allure-js/pull/1164
Full Changelog: https://github.com/allure-framework/allure-js/compare/v3.0.4...v3.0.5
v3.0.4
What's Changed
🐞 Bug Fixes
- fix(commons): invalid reference to properties.d.ts in dist/types/sdk/reporter/utils.d.ts of allure-js-commons by @delatrie in https://github.com/allure-framework/allure-js/pull/1162
Full Changelog: https://github.com/allure-framework/allure-js/compare/v3.0.3...v3.0.4
v3.0.3
What's Changed
🐞 Bug Fixes
- fix(allure-mocha): strip ansi characters in message & trace by @baev in https://github.com/allure-framework/allure-js/pull/1158
- fix(allure-js-commons): detect pw expect by @baev in https://github.com/allure-framework/allure-js/pull/1159
- fix(allure-cucumberjs): add support for playwright assertions by @baev in https://github.com/allure-framework/allure-js/pull/1161
⬆ ️ Dependency Updates
- chore(deps): update dependency esbuild to ^0.24.0 by @renovate in https://github.com/allure-framework/allure-js/pull/1149
Full Changelog: https://github.com/allure-framework/allure-js/compare/v3.0.2...v3.0.3
v3.0.2
What's Changed
🐞 Bug Fixes
- fix(allure-cucumberjs): fix scenario outline reporting by @baev in https://github.com/allure-framework/allure-js/pull/1153
- fix(allure-jest): add support for soft assertions by @baev in https://github.com/allure-framework/allure-js/pull/1154
Full Changelog: https://github.com/allure-framework/allure-js/compare/v3.0.1...v3.0.2
v3.0.1
What's Changed
🐞 Bug Fixes
- fix(allure-js-commons): fix hooks metadata processing by @baev in https://github.com/allure-framework/allure-js/pull/1145
Full Changelog: https://github.com/allure-framework/allure-js/compare/v3.0.0...v3.0.1
v3.0.0
What's Changed
🚀 New Features
- Hotfix v2.15.0 by @epszaw in https://github.com/allure-framework/allure-js/pull/927
- Back compatibility with old style cypress runtime API by @epszaw in https://github.com/allure-framework/allure-js/pull/953
- Back compatibility with old style cucumberjs runtime API by @epszaw in https://github.com/allure-framework/allure-js/pull/952
- Back compatibility with old style jasmine runtime API by @epszaw in https://github.com/allure-framework/allure-js/pull/954
- Back compatibility with old style jest runtime API by @epszaw in https://github.com/allure-framework/allure-js/pull/955
- Back compatibility with old style playwright runtime API by @epszaw in https://github.com/allure-framework/allure-js/pull/958
- Back compatibility with old style vitest runtime API by @epszaw in https://github.com/allure-framework/allure-js/pull/966
- Links patterns API by @epszaw in https://github.com/allure-framework/allure-js/pull/968
- Compatibility with Mocha's parallel mode by @delatrie in https://github.com/allure-framework/allure-js/pull/967
- Add links names patterns by @epszaw in https://github.com/allure-framework/allure-js/pull/973
- feat(vitest): add support for env and categories by @baev in https://github.com/allure-framework/allure-js/pull/997
- Cucumber hooks fixtures by @epszaw in https://github.com/allure-framework/allure-js/pull/998
- CodeceptJS hooks fixtures by @epszaw in https://github.com/allure-framework/allure-js/pull/994
- Allure Mocha: testplan support, env info and categories, metadata by @delatrie in https://github.com/allure-framework/allure-js/pull/1003
- Cypress hooks fixtures by @epszaw in https://github.com/allure-framework/allure-js/pull/1000
- Cypress test plan support by @epszaw in https://github.com/allure-framework/allure-js/pull/1037
- Cypress categories and env info support by @epszaw in https://github.com/allure-framework/allure-js/pull/1038
- feat(allure-playwright): support test tags by @baev in https://github.com/allure-framework/allure-js/pull/1034
- Jest fixtures and test plan support by @epszaw in https://github.com/allure-framework/allure-js/pull/1044
- feat(commons): add logStep Runtime API by @baev in https://github.com/allure-framework/allure-js/pull/1043
- Global labels support by @epszaw in https://github.com/allure-framework/allure-js/pull/1045
- Cypress retires handling by @epszaw in https://github.com/allure-framework/allure-js/pull/1048
- Allow to attach Cypress videos for failed specs only by @epszaw in https://github.com/allure-framework/allure-js/pull/1049
- feat(allure-jest): compatibility with Jest >=24.8.0 by @delatrie in https://github.com/allure-framework/allure-js/pull/1054
- feat(allure-jasmine): selective run implementation by @delatrie in https://github.com/allure-framework/allure-js/pull/1063
- feat(allure-mocha): add support for test retries by @baev in https://github.com/allure-framework/allure-js/pull/1104
- feat(allure-cypress): new real-time lifecycle, hooks, and test plan by @delatrie in https://github.com/allure-framework/allure-js/pull/1109
- feat(allure-codeceptjs): rework codeceptjs integration by @baev in https://github.com/allure-framework/allure-js/pull/1107
- feat(commons): process metadata messages from before hooks by @baev in https://github.com/allure-framework/allure-js/pull/1041
- feat(allure-cypress): impose some limits on step parameter values created from Cypress command arguments by @delatrie in https://github.com/allure-framework/allure-js/pull/1127
🔬 Improvements
- [3.0] Refined allure-js-commons by @epszaw in https://github.com/allure-framework/allure-js/pull/909
- Back compatibility with old style codeceptjs runtime API by @epszaw in https://github.com/allure-framework/allure-js/pull/947
- Preserve original attachment file extension by @baev in https://github.com/allure-framework/allure-js/pull/956
- impr(playwright): new fullname format and improved test plan support by @baev in https://github.com/allure-framework/allure-js/pull/971
- Enchanced build by @epszaw in https://github.com/allure-framework/allure-js/pull/978
- Mocha legacy runtime API by @epszaw in https://github.com/allure-framework/allure-js/pull/986
- Fix link's order of arguments by @delatrie in https://github.com/allure-framework/allure-js/pull/989
- Enable ts comments by @baev in https://github.com/allure-framework/allure-js/pull/988
- Commons improvements by @baev in https://github.com/allure-framework/allure-js/pull/991
- Add support for beforeAll and afterAll vitest fixtures by @baev in https://github.com/allure-framework/allure-js/pull/993
- Fix Allure Mocha ESM parallel; add deprecation warnings to the legacy API by @delatrie in https://github.com/allure-framework/allure-js/pull/995
- Add reports for vitest and playwright modules by @baev in https://github.com/allure-framework/allure-js/pull/1009
- Change link template config type from an array to a record. Support link template functions by @delatrie in https://github.com/allure-framework/allure-js/pull/1008
- Add report for allure-codeceptjs package by @baev in https://github.com/allure-framework/allure-js/pull/1012
- Add report for allure-cucumberjs package by @baev in https://github.com/allure-framework/allure-js/pull/1013
- Add report for allure-mocha package by @baev in https://github.com/allure-framework/allure-js/pull/1014
- Add report for allure-jest package by @baev in https://github.com/allure-framework/allure-js/pull/1016
- Specify vitest required version by @baev in https://github.com/allure-framework/allure-js/pull/1017
- Add report for allure-jasmine package by @baev in https://github.com/allure-framework/allure-js/pull/1018
- Add report for newman-reporter-allure package by @baev in https://github.com/allure-framework/allure-js/pull/1019
- Rft reporter runtime by @baev in https://github.com/allure-framework/allure-js/pull/1021
- Clean-up configs by @epszaw in https://github.com/allure-framework/allure-js/pull/1023
- Proof of work for cypress native fixtures by @epszaw in https://github.com/allure-framework/allure-js/pull/1024
- feat(allure-playwright): add package label by @baev in https://github.com/allure-framework/allure-js/pull/1033
- feat(allure-playwright): support skip and fixme annotations by @baev in https://github.com/allure-framework/allure-js/pull/1035
- Don't add extra suite label in allure-cucumberjs to fix #999 by @YakovL in https://github.com/allure-framework/allure-js/pull/1004
- chore(allure-js-commons): add default writer factory by @baev in https://github.com/allure-framework/allure-js/pull/1103
- fix(allure-js-commons): add support for workers in default thread label by @baev in https://github.com/allure-framework/allure-js/pull/1110
- fix: labels consistency across packages by @todti in https://github.com/allure-framework/allure-js/pull/1105
- fix(allure-playwright): ignore route.continue() steps by @baev in https://github.com/allure-framework/allure-js/pull/1140
🐞 Bug Fixes
- fix: fix stepFn use this.parameter('xx', 'xx') do not work。 by @mind029 in https://github.com/allure-framework/allure-js/pull/914
- Fix allure-jest jest.retryTimes() bug by @kriku in https://github.com/allure-framework/allure-js/pull/928
- Small fix for cypress inner types import by @epszaw in https://github.com/allure-framework/allure-js/pull/943
- Ensure results dir created before write result by @epszaw in https://github.com/allure-framework/allure-js/pull/974
- Fix newman by @baev in https://github.com/allure-framework/allure-js/pull/987
- Allure-mocha: fix test result overwritten when a test is skipped dynamically by @delatrie in https://github.com/allure-framework/allure-js/pull/1015
- Fix duplicated afterEach (#236) by @delatrie in https://github.com/allure-framework/allure-js/pull/1027
- Add Cypress reports for skipped tests by @epszaw in https://github.com/allure-framework/allure-js/pull/1029
- Cypress cucumber preprocessor support by @epszaw in https://github.com/allure-framework/allure-js/pull/1032
- fix(allure-codeceptjs): support steps in before & after hooks by @baev in https://github.com/allure-framework/allure-js/pull/1042
- fix test timings by @baev in https://github.com/allure-framework/allure-js/pull/1051
- fix(allure-jest): beforeEach/afterEach affect all tests in the suite, beforeAll/afterAll don't affect tests in sub-suites by @delatrie in https://github.com/allure-framework/allure-js/pull/1052
- fix(allure-jasmine): runtime API, scoping, sequencing, and context propagation of fixtures by @delatrie in https://github.com/allure-framework/allure-js/pull/1058
- fix(commons): fix metadata regular expressions by @delatrie in https://github.com/allure-framework/allure-js/pull/1065
- fix(newman-reporter-allure): make Newman container name as parent suite name by @todti in https://github.com/allure-framework/allure-js/pull/1077
- fix(allure-playwright): readme is inconsistent with v3 by @delatrie in https://github.com/allure-framework/allure-js/pull/1071
- fix: remove ansi characters in steps statusDetails by @todti in https://github.com/allure-framework/allure-js/pull/1085
- fix(playwright): remove step title length by @baev in https://github.com/allure-framework/allure-js/pull/1088
- fix(allure-vitest): add support for test.extend by @baev in https://github.com/allure-framework/allure-js/pull/1099
- fix(allure-js-commons): rft reporter configuration type by @baev in https://github.com/allure-framework/allure-js/pull/1100
- fix test statuses for expect.extend errors by @baev in https://github.com/allure-framework/allure-js/pull/1116
- fix(allure-cypress): missing tests and fixtures when an error occurs in a hook by @delatrie in https://github.com/allure-framework/allure-js/pull/1123
- fix(newman-reporter-allure): fix reporter error in case of empty exec by @baev in https://github.com/allure-framework/allure-js/pull/1121
- fix(allure-cucumberjs): fix timings by @baev in https://github.com/allure-framework/allure-js/pull/1125
⬆ ️ Dependency Updates
- Build using node@18 by @baev in https://github.com/allure-framework/allure-js/pull/910
- bump yarn to 4 by @baev in https://github.com/allure-framework/allure-js/pull/911
- chore(deps): replace dependency npm-run-all with npm-run-all2 ^5.0.0 by @renovate in https://github.com/allure-framework/allure-js/pull/855
- chore(deps): update dependency @types/node to v20.11.30 by @renovate in https://github.com/allure-framework/allure-js/pull/913
- Bump yarn to 4.2.2 by @baev in https://github.com/allure-framework/allure-js/pull/941
- chore(deps): update dependency newman to v6 by @renovate in https://github.com/allure-framework/allure-js/pull/866
- chore(deps): update octokit/request-action action to v2.3.1 by @renovate in https://github.com/allure-framework/allure-js/pull/917
- chore(deps): update dependency eslint-plugin-cypress to v3 by @renovate in https://github.com/allure-framework/allure-js/pull/961
- chore(deps): replace dependency eslint-plugin-node with eslint-plugin-n ^14.0.0 by @renovate in https://github.com/allure-framework/allure-js/pull/937
- Bump newman by @baev in https://github.com/allure-framework/allure-js/pull/960
- chore(deps): update dependency @types/node to v20.12.12 by @renovate in https://github.com/allure-framework/allure-js/pull/938
- chore(deps): update dependency sinon to v18 by @renovate in https://github.com/allure-framework/allure-js/pull/963
- chore(deps): update dependency npm-run-all2 to v6 by @renovate in https://github.com/allure-framework/allure-js/pull/962
- chore(deps): update dependency eslint-plugin-n to v17 by @renovate in https://github.com/allure-framework/allure-js/pull/964
- chore(deps): update typescript-eslint monorepo to v7 (major) by @renovate in https://github.com/allure-framework/allure-js/pull/969
- chore(deps): update dependency @codeceptjs/configure to v1 by @renovate in https://github.com/allure-framework/allure-js/pull/942
- chore(deps): update dependency @types/node to v20.14.2 by @renovate in https://github.com/allure-framework/allure-js/pull/983
- chore(deps): update yarn to v4.3.0 by @renovate in https://github.com/allure-framework/allure-js/pull/1001
- Fix devDependency version duplication in monorepo by @vovsemenv in https://github.com/allure-framework/allure-js/pull/1026
- Fix dependencies and add sherif to lint them by @epszaw in https://github.com/allure-framework/allure-js/pull/1028
- chore(deps): update dependency esbuild to ^0.22.0 by @renovate in https://github.com/allure-framework/allure-js/pull/1025
- deps(allure-playwright): bump @playwright/test to 1.45.1 by @baev in https://github.com/allure-framework/allure-js/pull/1039
- chore(deps): update yarn to v4.3.1 by @renovate in https://github.com/allure-framework/allure-js/pull/1011
- Fix peer deps, remove redundant deps by @delatrie in https://github.com/allure-framework/allure-js/pull/1046
- chore(deps): update dependency esbuild to ^0.23.0 by @renovate in https://github.com/allure-framework/allure-js/pull/1036
- chore(deps): update dependency rimraf to v6 by @renovate in https://github.com/allure-framework/allure-js/pull/1056
- chore(deps): update yarn to v4.4.0 by @renovate in https://github.com/allure-framework/allure-js/pull/1092
- chore(deps): update dependency glob to v11 by @renovate in https://github.com/allure-framework/allure-js/pull/1055
- chore(deps): update dependency eslint-plugin-jsdoc to v49 by @renovate in https://github.com/allure-framework/allure-js/pull/1101
- chore(deps): update dependency eslint-plugin-jsdoc to v50 by @renovate in https://github.com/allure-framework/allure-js/pull/1102
- chore(deps): update dependency mocha to v10.7.3 by @renovate in https://github.com/allure-framework/allure-js/pull/1106
- bump caniuse-lite by @baev in https://github.com/allure-framework/allure-js/pull/1115
- chore(deps): update yarn to v4.4.1 by @renovate in https://github.com/allure-framework/allure-js/pull/1120
- chore(deps): update dependency @cucumber/messages to v26 by @renovate in https://github.com/allure-framework/allure-js/pull/1112
- chore(deps): update yarn to v4.5.0 by @renovate in https://github.com/allure-framework/allure-js/pull/1138
👻 Internal changes
- Deprecate prefixes for the commons package by @epszaw in https://github.com/allure-framework/allure-js/pull/939
- Global test runtime initializer by @epszaw in https://github.com/allure-framework/allure-js/pull/944
- Disable yarn parallel build by @baev in https://github.com/allure-framework/allure-js/pull/951
- Use cjs for yarn ci plugin by @baev in https://github.com/allure-framework/allure-js/pull/965
- Facade types correction by @baev in https://github.com/allure-framework/allure-js/pull/972
- Fix typescript-eslint issues by @delatrie in https://github.com/allure-framework/allure-js/pull/1006
- Add allure report for cypress by @epszaw in https://github.com/allure-framework/allure-js/pull/1020
- Add missing fixture tests for allure-mocha by @delatrie in https://github.com/allure-framework/allure-js/pull/1031
- chore(allure-playwright): add test for testCaseId for skipped tests by @baev in https://github.com/allure-framework/allure-js/pull/1030
- Normalize test fixtures by @epszaw in https://github.com/allure-framework/allure-js/pull/1047
- tests(allure-jest): add tests to showcase runtime api usage in hooks by @baev in https://github.com/allure-framework/allure-js/pull/1050
- chore: newman reuse getSuiteLabel util by @todti in https://github.com/allure-framework/allure-js/pull/1080
- chore(build): use stylistic eslint plugin for formatting related rules by @baev in https://github.com/allure-framework/allure-js/pull/1091
- Run tests on windows by @baev in https://github.com/allure-framework/allure-js/pull/1111
New Contributors
- @mind029 made their first contribution in https://github.com/allure-framework/allure-js/pull/914
- @kriku made their first contribution in https://github.com/allure-framework/allure-js/pull/928
- @YakovL made their first contribution in https://github.com/allure-framework/allure-js/pull/1004
- @cryptton2004 made their first contribution in https://github.com/allure-framework/allure-js/pull/1057
- @todti made their first contribution in https://github.com/allure-framework/allure-js/pull/1077
Full Changelog: https://github.com/allure-framework/allure-js/compare/v2.15.0...v3.0.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.