Commit 07da10e1 authored by Josh Spicer's avatar Josh Spicer Committed by GitHub

test scenarios

parent ba5967b1
#!/bin/bash
set -e
# Optional: Import test library
source dev-container-features-test-lib
# Definition specific tests
check "version" python --version
# ...
# ...
# Report result
reportResults
{
"install_python_twice": {
"image": "mcr.microsoft.com/vscode/devcontainers/base:focal",
"features": [
{
"id": "python",
"version": "3.8"
},
{
"id": "python",
"version": "3.9"
}
]
}
}
\ No newline at end of file
[
{
"_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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment