Arpan Patelia
Arpan Patelia
I am facing a similar issue. I created a new Playwright project using VS Code extension but the Test Explorer is asking me to install additional test extension. If I...
I tried disabling/uninstalling all extensions, removing .vscode directory and starting the IDE afresh with only Playwright extension, but none of it worked. Finally, when I installed system wide node and...
@pavelfeldman just to be more specific, installing system wide `npm` fixed the issue. However, I still have issue with `testInfo` from Playwright Runner not being available in my tests -...
#19181 can be linked here too. As mentioned there, I too used `nvm default alias system` to use the system installed `node` version instead of the one installed by `nvm`....
+1 I like the way it was implemented for [https://testproject.io](https://testproject.io). Without assertions, generated code is like a record and play macro and not a test. Btw, thank you for all...