Skip to content

Commit e43c0de

Browse files
authored
update readme (skip ci) (devcontainers#117)
- remove `test-scenarios` folder in favor of feature-scoped scenarios
1 parent 41e3e4c commit e43c0de

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,25 +88,20 @@ devcontainer build --workspace-folder <path-to-my-project-with-devcontainer>
8888
├── test
8989
│ ├── dotnet
9090
│ │ └── test.sh
91-
│ └── go
91+
│ ├── go
92+
| | ├── scenarios.json
93+
| | ├── test_scenario_1.json
9294
│ | └── test.sh
9395
| ├── ...
9496
│ │ └── test.sh
95-
├── test-scenarios
96-
│ ├── install_jupyterlab.sh
97-
│ ├── install_python_twice.sh
98-
| ├── ...
99-
│ └── scenarios.json
97+
...
10098
```
10199

102100
- [`src`](src) - A collection of subfolders, each declaring a feature. Each subfolder contains at least a
103101
`devcontainer-feature.json` and an `install.sh` script.
104102
- [`test`](test) - Mirroring `src`, a folder-per-feature with at least a `test.sh` script. The
105103
[`devcontainer` CLI](https://github.com/devcontainers/cli) will execute
106104
[these tests in CI](https://github.com/devcontainers/features/blob/main/.github/workflows/test-all.yaml).
107-
- [`test-scenarios`](test-scenarios) - More complex scenarios involving a set of features from this repo. The
108-
[`devcontainer` CLI](https://github.com/devcontainers/cli) will execute
109-
[these tests in CI](https://github.com/devcontainers/features/blob/main/.github/workflows/test-scenarios.yaml).
110105

111106
## Contributions
112107

0 commit comments

Comments
 (0)