allure-framework/allure-js (allure-playwright)
Compare Source
What's Changed
🐞 Bug Fixes
⬆️ Dependency Updates
👻 Internal changes
Full Changelog:allure-framework/allure-js@v3.4.1...v3.4.2
Compare Source
What's Changed
🔬 Improvements
🐞 Bug Fixes
New Contributors
Full Changelog:allure-framework/allure-js@v3.4.0...v3.4.1
Compare Source
What's Changed
🐞 Bug Fixes
⬆️ Dependency Updates
👻 Internal changes
New Contributors
Full Changelog:allure-framework/allure-js@v3.3.3...v3.4.0
Compare Source
What's Changed
🐞 Bug Fixes
- Fix playwright runtime metadata messages processing by@epszaw in#1327
⬆️ Dependency Updates
Full Changelog:allure-framework/allure-js@v3.3.2...v3.3.3
Compare Source
What's Changed
🐞 Bug Fixes
Full Changelog:allure-framework/allure-js@v3.3.1...v3.3.2
Compare Source
What's Changed
🐞 Bug Fixes
⬆️ Dependency Updates
Full Changelog:allure-framework/allure-js@v3.3.0...v3.3.1
Compare Source
What's Changed
🚀 New Features
🐞 Bug Fixes
- cypress: fix crashing if renderProps doesn't exist by@todti in#1296
⬆️ Dependency Updates
👻 Internal changes
- test(mocha): fix unstable tests that depend on stdout/stderr line splitting by@delatrie in#1294
Full Changelog:allure-framework/allure-js@v3.2.2...v3.3.0
Compare Source
What's Changed
🐞 Bug Fixes
⬆️ Dependency Updates
Full Changelog:allure-framework/allure-js@v3.2.1...v3.2.2
Compare Source
What's Changed
🔬 Improvements
⬆️ Dependency Updates
👻 Internal changes
Full Changelog:allure-framework/allure-js@v3.2.0...v3.2.1
Compare Source
What's Changed
🚀 New Features
- feat(codeceptjs): add support for meta steps by@baev in#1243
🐞 Bug Fixes
⬆️ Dependency Updates
Full Changelog:allure-framework/allure-js@v3.1.0...v3.2.0
Compare Source
What's Changed
🚀 New Features
🔬 Improvements
🐞 Bug Fixes
Full Changelog:allure-framework/allure-js@v3.0.9...v3.1.0
Compare Source
What's Changed
🚀 New Features
- Add support for actual and expected values in errors by@baev in#1215
- Add configuration option to provide labels to all the tests by@epszaw in#1217
⬆️ Dependency Updates
Full Changelog:allure-framework/allure-js@v3.0.8...v3.0.9
Compare Source
What's Changed
🔬 Improvements
- feat(allure-jest): allow using Allure with custom environments by@baev in#1210
🐞 Bug Fixes
⬆️ Dependency Updates
👻 Internal changes
- chore: improve interop between prettier and eslint by@baev in#1212
Full Changelog:allure-framework/allure-js@v3.0.7...v3.0.8
Compare Source
What's Changed
🚀 New Features
🐞 Bug Fixes
New Contributors
Full Changelog:allure-framework/allure-js@v3.0.6...v3.0.7
Compare Source
What's Changed
🚀 New Features
⬆️ Dependency Updates
Full Changelog:allure-framework/allure-js@v3.0.5...v3.0.6
Compare Source
What's Changed
🐞 Bug Fixes
- fix(allure-jest): fix allure-jest broken exports by@eklmv in#1164
⬆️ Dependency Updates
- chore(deps): update octokit/request-action action to v2.4.0 by@renovate in#1163
- chore(deps): update dependency eslint-plugin-cypress to v4 by@renovate in#1166
New Contributors
Full Changelog:allure-framework/allure-js@v3.0.4...v3.0.5
Compare Source
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#1162
Full Changelog:allure-framework/allure-js@v3.0.3...v3.0.4
Compare Source
What's Changed
🐞 Bug Fixes
- fix(allure-mocha): strip ansi characters in message & trace by@baev in#1158
- fix(allure-js-commons): detect pw expect by@baev in#1159
- fix(allure-cucumberjs): add support for playwright assertions by@baev in#1161
⬆️ Dependency Updates
Full Changelog:allure-framework/allure-js@v3.0.2...v3.0.3
Compare Source
What's Changed
🐞 Bug Fixes
- fix(allure-cucumberjs): fix scenario outline reporting by@baev in#1153
- fix(allure-jest): add support for soft assertions by@baev in#1154
Full Changelog:allure-framework/allure-js@v3.0.1...v3.0.2
Compare Source
What's Changed
🐞 Bug Fixes
- fix(allure-js-commons): fix hooks metadata processing by@baev in#1145
Full Changelog:allure-framework/allure-js@v3.0.0...v3.0.1
Compare Source
What's Changed
🚀 New Features
🔬 Improvements
🐞 Bug Fixes
- fix: fix stepFn use this.parameter('xx', 'xx') do not work。 by@mind029 in#914
- Fix allure-jest jest.retryTimes() bug by@kriku in#928
- Small fix for cypress inner types import by@epszaw in#943
- Ensure results dir created before write result by@epszaw in#974
- Fix newman by@baev in#987
- Allure-mocha: fix test result overwritten when a test is skipped dynamically by@delatrie in#1015
- Fix duplicated afterEach (#236) by@delatrie in#1027
- Add Cypress reports for skipped tests by@epszaw in#1029
- Cypress cucumber preprocessor support by@epszaw in#1032
- fix(allure-codeceptjs): support steps in before & after hooks by@baev in#1042
- fix test timings by@baev in#1051
- fix(allure-jest): beforeEach/afterEach affect all tests in the suite, beforeAll/afterAll don't affect tests in sub-suites by@delatrie in#1052
- fix(allure-jasmine): runtime API, scoping, sequencing, and context propagation of fixtures by@delatrie in#1058
- fix(commons): fix metadata regular expressions by@delatrie in#1065
- fix(newman-reporter-allure): make Newman container name as parent suite name by@todti in#1077
- fix(allure-playwright): readme is inconsistent with v3 by@delatrie in#1071
- fix: remove ansi characters in steps statusDetails by@todti in#1085
- fix(playwright): remove step title length by@baev in#1088
- fix(allure-vitest): add support for test.extend by@baev in#1099
- fix(allure-js-commons): rft reporter configuration type by@baev in#1100
- fix test statuses for expect.extend errors by@baev in#1116
- fix(allure-cypress): missing tests and fixtures when an error occurs in a hook by@delatrie in#1123
- fix(newman-reporter-allure): fix reporter error in case of empty exec by@baev in#1121
- fix(allure-cucumberjs): fix timings by@baev in#1125
⬆️ Dependency Updates
👻 Internal changes
New Contributors
Full Changelog:allure-framework/allure-js@v2.15.0...v3.0.0
Compare Source
What's Changed
🚀 New Features
Full Changelog:allure-framework/allure-js@v2.15.0...v2.15.1
Compare Source
What's Changed
🔬 Improvements
- New commons, ESM-compatible Cypress integration by@epszaw in#905
Full Changelog:allure-framework/allure-js@v2.14.1...v2.15.0
Compare Source
What's Changed
🐞 Bug Fixes
- [Vitest] Use actual test duration by@epszaw in#901
- [Cypress] Fix missed links when patterns config isn't present by@epszaw in#902
Full Changelog:allure-framework/allure-js@v2.14.0...v2.14.1
Compare Source
What's Changed
🚀 New Features
Uh oh!
There was an error while loading.Please reload this page.
This PR contains the following updates:
^2.1.0->^3.0.0Release Notes
allure-framework/allure-js (allure-playwright)
v3.4.2Compare Source
What's Changed
🐞 Bug Fixes
⬆️ Dependency Updates
👻 Internal changes
Full Changelog:allure-framework/allure-js@v3.4.1...v3.4.2
v3.4.1Compare Source
What's Changed
🔬 Improvements
🐞 Bug Fixes
New Contributors
Full Changelog:allure-framework/allure-js@v3.4.0...v3.4.1
v3.4.0Compare Source
What's Changed
🐞 Bug Fixes
⬆️ Dependency Updates
👻 Internal changes
New Contributors
Full Changelog:allure-framework/allure-js@v3.3.3...v3.4.0
v3.3.3Compare Source
What's Changed
🐞 Bug Fixes
⬆️ Dependency Updates
Full Changelog:allure-framework/allure-js@v3.3.2...v3.3.3
v3.3.2Compare Source
What's Changed
🐞 Bug Fixes
Full Changelog:allure-framework/allure-js@v3.3.1...v3.3.2
v3.3.1Compare Source
What's Changed
🐞 Bug Fixes
⬆️ Dependency Updates
Full Changelog:allure-framework/allure-js@v3.3.0...v3.3.1
v3.3.0Compare Source
What's Changed
🚀 New Features
🐞 Bug Fixes
⬆️ Dependency Updates
👻 Internal changes
Full Changelog:allure-framework/allure-js@v3.2.2...v3.3.0
v3.2.2Compare Source
What's Changed
🐞 Bug Fixes
⬆️ Dependency Updates
Full Changelog:allure-framework/allure-js@v3.2.1...v3.2.2
v3.2.1Compare Source
What's Changed
🔬 Improvements
⬆️ Dependency Updates
👻 Internal changes
Full Changelog:allure-framework/allure-js@v3.2.0...v3.2.1
v3.2.0Compare Source
What's Changed
🚀 New Features
🐞 Bug Fixes
⬆️ Dependency Updates
Full Changelog:allure-framework/allure-js@v3.1.0...v3.2.0
v3.1.0Compare Source
What's Changed
🚀 New Features
🔬 Improvements
🐞 Bug Fixes
Full Changelog:allure-framework/allure-js@v3.0.9...v3.1.0
v3.0.9Compare Source
What's Changed
🚀 New Features
⬆️ Dependency Updates
Full Changelog:allure-framework/allure-js@v3.0.8...v3.0.9
v3.0.8Compare Source
What's Changed
🔬 Improvements
🐞 Bug Fixes
⬆️ Dependency Updates
👻 Internal changes
Full Changelog:allure-framework/allure-js@v3.0.7...v3.0.8
v3.0.7Compare Source
What's Changed
🚀 New Features
🐞 Bug Fixes
New Contributors
Full Changelog:allure-framework/allure-js@v3.0.6...v3.0.7
v3.0.6Compare Source
What's Changed
🚀 New Features
⬆️ Dependency Updates
Full Changelog:allure-framework/allure-js@v3.0.5...v3.0.6
v3.0.5Compare Source
What's Changed
🐞 Bug Fixes
⬆️ Dependency Updates
New Contributors
Full Changelog:allure-framework/allure-js@v3.0.4...v3.0.5
v3.0.4Compare Source
What's Changed
🐞 Bug Fixes
Full Changelog:allure-framework/allure-js@v3.0.3...v3.0.4
v3.0.3Compare Source
What's Changed
🐞 Bug Fixes
⬆️ Dependency Updates
Full Changelog:allure-framework/allure-js@v3.0.2...v3.0.3
v3.0.2Compare Source
What's Changed
🐞 Bug Fixes
Full Changelog:allure-framework/allure-js@v3.0.1...v3.0.2
v3.0.1Compare Source
What's Changed
🐞 Bug Fixes
Full Changelog:allure-framework/allure-js@v3.0.0...v3.0.1
v3.0.0Compare Source
What's Changed
🚀 New Features
🔬 Improvements
🐞 Bug Fixes
⬆️ Dependency Updates
👻 Internal changes
New Contributors
Full Changelog:allure-framework/allure-js@v2.15.0...v3.0.0
v2.15.1Compare Source
What's Changed
🚀 New Features
Full Changelog:allure-framework/allure-js@v2.15.0...v2.15.1
v2.15.0Compare Source
What's Changed
🔬 Improvements
Full Changelog:allure-framework/allure-js@v2.14.1...v2.15.0
v2.14.1Compare Source
What's Changed
🐞 Bug Fixes
Full Changelog:allure-framework/allure-js@v2.14.0...v2.14.1
v2.14.0Compare Source
What's Changed
🚀 New Features
Configuration
📅Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated byMend Renovate. View therepository job log.