We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d9fe16 commit 3a3ef7fCopy full SHA for 3a3ef7f
docs/TESTPLAN.md
@@ -33,6 +33,9 @@ The test suite has two categories of tests:
33
- Global state is shared across tests, thus there is a risk that later tests are polluted by earlier tests.
34
- Trigger VSCode commands and UI elements to test codepaths as from an actual user session, instead of invoking functions directly.
35
- Do not use mocks.
36
+- E2E Tests: **slow** tests
37
+ - Live in `src/testE2E`
38
+ - These tests are heavier than Integration tests.
39
40
## Test files
41
0 commit comments