Feature: Being able to develop step by step and inspect
Open
adelin-b
opened this issue 3 years ago
•
0 comments
What are you trying to achieve?
- using gherkin
- I launch an incomplete tests
- The ui pause at the failed statement
- I can use selector and inspect the page to write the next step
- I write the next step and the test restart
What do you get instead?
- using gherkin
- I launch an incomplete tests
- The ui stop at the failed statement
- The ui shut down, I cannot inspect or see to help writing the next step