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

[v3.0.6][CodeceptJS] When a step fails in the test body, the test is categorized as "test defects." #1195

Open
asolodova opened this issue Nov 22, 2024 · 0 comments

Comments

@asolodova
Copy link

Describe the bug
When a step fails in the test body, the test is categorized as "test defects."

To Reproduce

  1. Use test
Scenario('Redirect to login page unauthorized user @TC-681', () => {
  I.amOnPage('https://google.com')
  I.see('ffff');
})
  1. Run test
  2. Check allure report

Expected behavior
When a failure occurs on a step in the test body, the test is categorized under "Product defects."

Screenshots
Screenshot 2024-11-22 at 11 16 09

Version

  • "allure-codeceptjs": "^3.0.6",
  • "allure-playwright": "^3.0.6",
  • "codeceptjs": "^3.6.7",
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

No branches or pull requests

1 participant