https://github.com/ftes/phoenix_test_playwright_example
Example feature test using Playwright driver for PhoenixTest
https://github.com/ftes/phoenix_test_playwright_example
Last synced: 12 months ago
JSON representation
Example feature test using Playwright driver for PhoenixTest
- Host: GitHub
- URL: https://github.com/ftes/phoenix_test_playwright_example
- Owner: ftes
- Created: 2024-12-14T18:28:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-13T08:36:16.000Z (over 1 year ago)
- Last Synced: 2025-04-07T17:24:40.112Z (about 1 year ago)
- Language: Elixir
- Size: 68.4 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/ftes/phoenix_test_playwright_example/actions)
# PhoenixTest Playwright example
To run the feature test:
```
npm --prefix assets i
npm --prefix assets exec playwright install chromium --with-deps
mix deps.get
mix assets.build
mix test test/features
```
The Playwright trace viewer should automatically open.
If it doesn't, drop the `tmp/*.zip` file into [trace.playwright.dev](https://trace.playwright.dev).