We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I ❤️ the tool thanks for creating it.
I observed that test containers don't stop and removed after every completion of tests.
After a successful run:
🏃 Starting test(s)... 🧪 Starting 'android-cli' tests... 🧪 Executing scenarios for feature 'android-cli'... ⚠️ No scenario file found at '/workspaces/devcontainer-features/test/android-cli/scenarios.json'. Skipping... ================== TEST REPORT ================== ✅ Passed: 'android-cli'
I observe the test containers still run:
node ➜ /workspaces/devcontainer-features/test/color (main) $ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 32aa248c7dc0 vsc-1676027268210-864360691c93743c8b0c629ee643756c-features "/bin/sh -c 'echo Co…" 9 seconds ago Up 7 seconds flamboyant_moore
The text was updated successfully, but these errors were encountered:
devcontainer features test
[features test cmd] Automatically clean up test containers
59f3464
ref: #409
[features test cmd] Automatically clean up test containers (#450)
2c28419
* [features test cmd] Automatically clean up test containers ref: #409 * add test * re-remove skipImageMetadata flag
No branches or pull requests
I ❤️ the tool thanks for creating it.
I observed that test containers don't stop and removed after every completion of tests.
After a successful run:
I observe the test containers still run:
The text was updated successfully, but these errors were encountered: