[](https://hex.pm/packages/phoenix_test_playwright)
[](https://hexdocs.pm/phoenix_test_playwright/)
[](https://github.com/ftes/phoenix_test_playwright/blob/main/LICENSE.md)
[](https://github.com/ftes/phoenix_test_playwright/actions)
# PhoenixTestPlaywright
Execute PhoenixTest cases in an actual browser via Playwright.
**Documentation:** [hexdocs.pm](https://hexdocs.pm/phoenix_test_playwright/)
**Example:** [ftes/phoenix_test_playwright_example](https://github.com/ftes/phoenix_test_playwright_example)
## Contributing
To run the tests locally, you'll need to:
1. Check out the repo
2. Run `mix setup`. This will take care of setting up your dependencies, installing the JavaScript dependencies (including Playwright), and compiling the assets.
3. Run `mix test` or, for a more thorough check that matches what we test in CI, run `mix check`