-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Bug: When using allure report with cucumber, screenshot are not shown in the allure report. #246
Comments
I've tried on playwright-bdd-example + allure. It shows screenshot and video inside After Hooks block, that is collapsed by default: Could you check on your side? |
I don't have it, that's weird then, I will take a look more deeply, I don't have the issue when I don't use the plugin |
Could you also try to run without sharding |
Okey, I will see that too |
Hello, I will close this ticket, I've found the screenshot as you said in your first comment in the After Hooks, it seem that when I was merging shard, it was removing Just an idea, shouldn't it be better to show the screenshot in the failing assertion/action ? |
You are welcome!
I agree. Will investigate in #249 |
Given
Setup config :
When
"npx bddgen --tags 'not @teststeardown' && npx playwright test --shard=$CI_NODE_INDEX/$CI_NODE_TOTAL",
Then
No error, just no screenshot appear when test are failing while I have
screenshot: 'only-on-failure'
option set.But I expect
Screenshot appearing in my allure report.
Environment
The text was updated successfully, but these errors were encountered: