Skip to content

[Feature] beforeEach/fixtures, but executed even for skipped tests #29229

@throw5way

Description

@throw5way

There is no way to execute code for every test, even those defined with test.skip('', () => {}).

This is required in order to customize reporting for skipped tests. For other tests it can be done using a fixture or with beforeEach hook, but skipped tests execute neither of those, and no customization, such as assigning labels in Allure dependent on test location, is possible.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions