Description
π€ What's the problem you're trying to solve?
Playwright soft assertions are not working with cucumber runner. They work well with playwright runner.
β¨ What's your proposed solution?
Looking for option to capture error and set status manually as Failed when soft exception occurs and continue the testing steps.
β Have you considered any alternatives or workarounds?
Tried by capturing the exception and print at end of After hooks and fail test there but still not satisfier compared with soft assertion which fails the test step but still continues the test. Tried custom method for capturing error and assigning test step status as failure but current cucumber library doesn't allow that
π Any additional context?
Please let me know if there alternate option available within cucumber to fail step for soft assert type error and still continue execution. If we are able to update the error programmatically and still continue the process will also help.
This text was originally generated from a template, then edited by hand. You can modify the template here.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status