A playground for learning Playwright, an end-to-end testing framework.
Bootstrapped with Create React App.
npm i- install dependenciesnpm start- start dev servernpm test- run playwright tests
For the best experience, install the VS Code extension
An example test file can be found in the tests directory.
See Writing Tests from the docs