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 ea19bb6 commit 3930abfCopy full SHA for 3930abf
docs/TESTPLAN.md
@@ -39,7 +39,7 @@ The test suite has the following categories of tests:
39
- Trigger VSCode commands and UI elements to test codepaths as from an actual user session, instead of invoking functions directly.
40
- Do not use mocks.
41
- E2E Tests: **slow** tests
42
- - Live in `src/testE2E`
+ - Live in `packages/amazonq/test/e2e_new`
43
- These tests are heavier than Integration tests.
44
- Some E2E tests have a more complicated architecture, described in [UI_E2E_Test](./UI_E2E_Test.md)
45
- Performance Tests: **slow** tests
0 commit comments