diff options
-rw-r--r-- | testCases.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/testCases.json b/testCases.json new file mode 100644 index 0000000..e2dfcab --- /dev/null +++ b/testCases.json @@ -0,0 +1,29 @@ +[ + { + "_id": "go then dotnet", + "features": [ + { + "id": "go", + "version": "1.17" + }, + { + "id": "dotnet", + "version": "latest", + "runtimeOnly": true + } + ], + "image": "mcr.microsoft.com/vscode/devcontainers/base:focal" + }, + { + "_id": "python then jupyter", + "features": [ + { + "id": "python" + }, + { + "id": "jupyterlab" + } + ], + "image": "mcr.microsoft.com/vscode/devcontainers/base:focal" + } +]
\ No newline at end of file |