Skip to content

Commit

Permalink
Merge pull request #247 from odockal/issue-234
Browse files Browse the repository at this point in the history
Upgrade to the latest extension-tester 5.0.0 and fix tests
  • Loading branch information
odockal authored Nov 2, 2022
2 parents 0235b43 + 83dff35 commit b8cf718
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 b8cf718

Please sign in to comment.