Skip to content

Commit f4275a9

Browse files
committed
[WIP] add smoke test/integration test suite
Signed-off-by: David Thompson <davthomp@redhat.com>
1 parent 2217325 commit f4275a9

5 files changed

Lines changed: 1276 additions & 242 deletions

File tree

.vscode-test.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { defineConfig } from '@vscode/test-cli';
2+
3+
export default defineConfig({
4+
files: 'out/src/test/**/*.test.js',
5+
});

.vscode/launch.json

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,6 @@
3838
"VSCODE_REDHAT_TELEMETRY_DEBUG": "true",
3939
"LEMMINX_DEBUG": "1"
4040
}
41-
},
42-
{
43-
"name": "Launch Tests",
44-
"type": "extensionHost",
45-
"request": "launch",
46-
"runtimeExecutable": "${execPath}",
47-
"args": [
48-
"--extensionDevelopmentPath=${workspaceRoot}",
49-
"--extensionTestsPath=${workspaceRoot}/out/test"
50-
],
51-
"sourceMaps": true,
52-
"outFiles": [
53-
"${workspaceRoot}/dist/**/*.js"
54-
],
55-
"preLaunchTask": "npm: watch"
5641
}
5742
]
5843
}

0 commit comments

Comments
 (0)