An open API service indexing awesome lists of open source software.

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

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
```