Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add to readme for debugger in nix
  • Loading branch information
Emyrk committed May 2, 2024
commit c65d49c554783f6f35b15cfe8936129c958fe1fb
9 changes: 9 additions & 0 deletions site/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ pnpm build
pnpm playwright:test
```

To run the playwright debugger from VSCode, just launch VSCode from the nix environment and have the extension installed.

```shell
# Optionally add '--command zsh' to choose your shell.
nix develop
code .
```


# Enterprise tests

Enterprise tests require a license key to run.
Expand Down