Skip to content

Commit f2296b8

Browse files
committed
changes to test doc
1 parent aff707d commit f2296b8

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

docs/UI_E2E_Test.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ UI tests use [vscode-extension-tester](https://github.com/redhat-developer/vscod
99
npm run test:ui
1010
```
1111

12+
Note: All of these commands must be run at the root level aws-toolkit-vscode directory.
13+
1214
### Individual Commands
1315

1416
#### `test:ui:prepare`
@@ -43,10 +45,6 @@ npm run test:ui:run
4345
- Compiles test files with `npm run testCompile`
4446
- Runs tests matching `packages/amazonq/dist/test/e2e_new/amazonq/tests/*.js`
4547

46-
### E2E New Test Suite
47-
48-
Modern UI testing framework located at `packages/amazonq/test/e2e_new/amazonq/`
49-
5048
#### Directory Structure
5149

5250
```
@@ -120,12 +118,9 @@ describe('Feature Tests', () => {
120118
- **Tests won't start**: Verify ChromeDriver/Chrome compatibility
121119
- **Permission errors**: Check `~/.vscode-test-resources` permissions
122120

123-
#### Debug and Reset
121+
#### Reset
124122

125123
```bash
126-
# Debug mode
127-
DEBUG=true npm run test:ui:run
128-
129124
# Reset test environment
130125
rm -rf ~/.vscode-test-resources
131126
npm run test:ui:prepare

0 commit comments

Comments
 (0)