playwright-go icon indicating copy to clipboard operation
playwright-go copied to clipboard

Run playwright record scripts

Open rmasci opened this issue 1 year ago • 3 comments

Would it be possible to run playwright-recorded scripts? I am trying to write something that makes it easy for non-programmers to write browser tests. Essentially what we want to do is have people be able to create a recording, then compile it as an exe that others on the team may be able to run.

rmasci avatar Jan 08 '24 15:01 rmasci

The go client is maintained by the community and is not expected to provide recording features in the near future. Maybe it's more feasible to package the nodejs version as an exe.

canstand avatar Jan 19 '24 05:01 canstand

I don't want to record the macro, just be able to use Go to play them back

rmasci avatar Jan 26 '24 16:01 rmasci