https://github.com/pbek/playwright-example
NixOS playwright example
https://github.com/pbek/playwright-example
Last synced: 10 months ago
JSON representation
NixOS playwright example
- Host: GitHub
- URL: https://github.com/pbek/playwright-example
- Owner: pbek
- Created: 2023-05-03T11:50:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-05T10:54:02.000Z (over 2 years ago)
- Last Synced: 2025-01-17T14:14:49.120Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Playwright example
[GitHub](https://github.com/pbek/playwright-example) |
[Original PR](https://github.com/NixOS/nixpkgs/pull/227071)
```bash
# Use nix-shell to run shell.nix (or use direnv) to install playwright-test
nix-shell
# Run chromium tests
playwright test --project chromium
```