-
-
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
Support UI Mode #24
Comments
It should work, I will re-check. Are you getting this error? |
Yes, i get that error. |
But i do not know what to do with this option. I filled it with an empty folder, but the error stays the same. Where exactly should i provide outputDir? In playwright.config.ts in "defineBddConfig" or "defineConfig"? I tried in either one and both at the same time, but all didnt work. |
Yep I can also reproduce, same error on my side |
Releasing today 3.0.2 with fixed --ui mode. |
@LarsFischer97 @NikkTod Could you pls re-check on just released v3.0.2? |
For me at least, i run into the same issues. I just need to run |
I am just running |
@LarsFischer97 are you on the v3.0.2 in the package.json file for the 'playwright-bdd' |
Yes i was on v3.0.2. but i messed around with the generator as i had some trouble on windows with the parsing. Maybe i knocked over some things there. I just did a clean install and everything worked fine. Thanks for the fast help! |
Maybe I am wrong, but for me Playwright UI Mode is not finding my tests when using playwright-bdd.
https://playwright.dev/docs/test-ui-mode
I try to run it by using:
npx bddgen && npx playwright test --ui
Supporting UI Mode would bring a lot of functions and productivity in my opinion.
Let me know what you think or if i initialize it wrong.
The text was updated successfully, but these errors were encountered: