Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: skip request hooks initialization for skiped tests #8260

Merged
merged 3 commits into from
Aug 26, 2024

Conversation

Bayheck
Copy link
Collaborator

@Bayheck Bayheck commented Aug 21, 2024

Purpose

Request hooks are initialized even though the test is skipped

Approach

check if test is skipped before initialization

References

closes #8229

Pre-Merge TODO

  • Write tests for your proposed changes
  • Make sure that existing tests do not fail

@testcafe-need-response-bot testcafe-need-response-bot bot added the STATE: Need response An issue that requires a response or attention from the team. label Aug 21, 2024
@Bayheck Bayheck removed the STATE: Need response An issue that requires a response or attention from the team. label Aug 21, 2024
@Bayheck Bayheck marked this pull request as ready for review August 22, 2024 08:25
src/test-run/index.ts Outdated Show resolved Hide resolved
@Aleksey28 Aleksey28 merged commit bee56d2 into DevExpress:master Aug 26, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Request Hook on skipped Test affects next Test (native automation)
3 participants