File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ UI tests use [vscode-extension-tester](https://github.com/redhat-developer/vscod
99npm 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
130125rm -rf ~ /.vscode-test-resources
131126npm run test:ui:prepare
You can’t perform that action at this time.
0 commit comments