PhoenixTestPlaywright
Execute PhoenixTest cases in an actual browser via Playwright.
Documentation: hexdocs.pm
Example: ftes/phoenix_test_playwright_example
Contributing
To run the tests locally, you'll need to:
- Check out the repo
- Run
mix setup. This will take care of setting up your dependencies, installing the JavaScript dependencies (including Playwright), and compiling the assets. - Run
mix testor, for a more thorough check that matches what we test in CI, runmix check