Execute PhoenixTest cases in an actual browser via Playwright.
Please get in touch with feedback of any shape and size.
Enjoy!
Freddy.
Documentation: hexdocs.pm
Example: ftes/phoenix_test_playwright_example
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 test
or, for a more thorough check that matches what we test in CI, runmix check