Codeception / module-playwright

Playwright testing module in PHP
MIT License
5 stars 2 forks source link

Update Readme.md: Overhaul :-) #7

Closed ThomasLandauer closed 1 week ago

ThomasLandauer commented 1 month ago

Don't merge yet - more to come...

Questions:

  1. video and trace are true/false options? And where will the file be saved?
  2. npx playwright install --with-deps is a large download. What is happening there?
  3. For the 3 options prefixed with pw_: What about introducing a new heading (e.g. playwright_server:) for them? Over time, there might be more options, and abbreviated prefixes are ugly ;-)
DavertMik commented 1 month ago

video and trace are true/false options? And where will the file be saved?

Not implemented yet. I'm still thinking the details of how will it be I think they will be stored to output dir by a test name

ThomasLandauer commented 1 month ago

I'm done for now, please merge!

DavertMik commented 1 week ago

Changed Readme to match current changes