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

When using CONTROL.collectAssertions() I want a screenshot for every failed assertion that occured #272

Closed
sbke-mms opened this issue Sep 15, 2022 · 1 comment · Fixed by #349
Labels
enhancement New feature or request

Comments

@sbke-mms
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
When a test fails within a collectAssertions() I currently only get a screenshot at the end of a test. A screenshot for every individual fail would be much more helpful for test analysis.

Describe the solution you'd like
Preferably a screenshot for every fails that happens in a test even if it is within a collectAssertions().

Describe alternatives you've considered
A minimal solution would be a screenshot for every collectAssertions() that fails in a test.

@mreiche
Copy link
Collaborator

mreiche commented Apr 24, 2023

Should be easy to implement since Testerra's data model supports n assertions per test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants