Skip to content

Commit 3a3ef7f

Browse files
docs: Update test docs for e2e tests
Signed-off-by: Nikolas Komonen <[email protected]>
1 parent 0d9fe16 commit 3a3ef7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/TESTPLAN.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ The test suite has two categories of tests:
3333
- Global state is shared across tests, thus there is a risk that later tests are polluted by earlier tests.
3434
- Trigger VSCode commands and UI elements to test codepaths as from an actual user session, instead of invoking functions directly.
3535
- Do not use mocks.
36+
- E2E Tests: **slow** tests
37+
- Live in `src/testE2E`
38+
- These tests are heavier than Integration tests.
3639

3740
## Test files
3841

0 commit comments

Comments
 (0)