You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem
I have multiple tests with many feature steps and when a test is failing it is difficult for me to see on which feature step the error occured.
A solution
Is there a way to highlight the step in which an error occured?
ps: I am using Vs Code
The text was updated successfully, but these errors were encountered:
@vitalets , so currently when you start a test from the playwright plugin test explorer and my view is on a feature file no indication is shown on which scenario line the test has stoped with an error. I was wondering is something like this is possible:
Highliting the line where an error occured and if possible next to it the actual error message (see below image)
Another approach maybe is enhancing the playwright plugin test explorer to actually show also the scenario steps under a scenario (when we use bdd).
This is a screenshot from intellij (Playwirght + Cucumber):
I've also re-checked Playwright vscode plugin, it does not display steps neither for success tests nor for failed.
Created an issue in Playwright repo: microsoft/playwright#31079
The problem
I have multiple tests with many feature steps and when a test is failing it is difficult for me to see on which feature step the error occured.
A solution
Is there a way to highlight the step in which an error occured?
ps: I am using Vs Code
The text was updated successfully, but these errors were encountered: