Skip to content

chore: nix shell to support playwright e2e tests #12917

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Apr 10, 2024
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 enterprise test comment
  • Loading branch information
Emyrk committed Apr 9, 2024
commit d1a05aaff4ef22c2c371bc7ca29c958b8281c34d
7 changes: 7 additions & 0 deletions site/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,10 @@ cd site
pnpm build
pnpm playwright:test
```

# Enterprise tests

Enterprise tests require a license key to run.
```shell
export CODER_E2E_ENTERPRISE_LICENSE=<license key>
```
Loading