In documenatation is mentioned
playwright-cli run-code <code> # run playwright code snippet
But by running this option i get
playwright-cli run-code --filename=code.ts
error: unknown '--filename' option
This option looks very promising to avoid difficult encoding of commands needed for the command line syntax.
In documenatation is mentioned
But by running this option i get
playwright-cli run-code --filename=code.ts error: unknown '--filename' optionThis option looks very promising to avoid difficult encoding of commands needed for the command line syntax.