Skip to content

Commit

Permalink
Upgrade to the latest extension-tester 5.0.0 and fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Ondrej Dockal <[email protected]>
  • Loading branch information
odockal committed Sep 21, 2022
1 parent 0235b43 commit 83dff35
Show file tree
Hide file tree
Showing 4 changed files with 463 additions and 834 deletions.
16 changes: 16 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,22 @@
"VSCA_TEST_MODE": "coverage",
"VSCODE_REDHAT_TELEMETRY_DEBUG":"true"
}
},
{
"name": "Debug UI Tests",
"type": "node",
"request": "launch",
"program": "${workspaceFolder}/node_modules/.bin/extest",
"args": [
"setup-and-run",
"${workspaceFolder}/out/src/ui-test/*.js",
"-c",
"max",
"--mocha_config",
"${workspaceFolder}/src/ui-test/.mocharc-debug.js"
],
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen"
}
]
}
Loading

0 comments on commit 83dff35

Please sign in to comment.