Skip to content

Commit

Permalink
readme: update e2e IDE support note
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Sep 12, 2023
1 parent 879f2ce commit 37a251c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

We use [Playwright](https://playwright.dev/dotnet/) to test our application.

- All e2e test are nixified, simply run `nix run .#e2e-playwright-test` from project root
- A `package.json` exists for better IDE support (autocompletion, hover docs etc)
- All e2e test are nixified, simply run `nix run .#e2e-playwright-test` from project root (there are `just` targets as well)
- The nix shell creates a `node_modules` symlink which in turn provide IDE support in VSCode for editing `tests/*`

0 comments on commit 37a251c

Please sign in to comment.