Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
devcontainer-features
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eazydevelop-devcontainer-temp
devcontainer-features
Commits
e43c0de3
Unverified
Commit
e43c0de3
authored
Aug 26, 2022
by
Josh Spicer
Committed by
GitHub
Aug 26, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update readme (skip ci) (#117)
- remove `test-scenarios` folder in favor of feature-scoped scenarios
parent
41e3e4c7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
9 deletions
+4
-9
README.md
README.md
+4
-9
No files found.
README.md
View file @
e43c0de3
...
@@ -88,15 +88,13 @@ devcontainer build --workspace-folder <path-to-my-project-with-devcontainer>
...
@@ -88,15 +88,13 @@ devcontainer build --workspace-folder <path-to-my-project-with-devcontainer>
├── test
├── test
│ ├── dotnet
│ ├── dotnet
│ │ └── test.sh
│ │ └── test.sh
│ └── go
│ ├── go
| | ├── scenarios.json
| | ├── test_scenario_1.json
│ | └── test.sh
│ | └── test.sh
| ├── ...
| ├── ...
│ │ └── test.sh
│ │ └── test.sh
├── test-scenarios
...
│ ├── install_jupyterlab.sh
│ ├── install_python_twice.sh
| ├── ...
│ └── scenarios.json
```
```
-
[
`src`
](
src
)
- A collection of subfolders, each declaring a feature. Each subfolder contains at least a
-
[
`src`
](
src
)
- A collection of subfolders, each declaring a feature. Each subfolder contains at least a
...
@@ -104,9 +102,6 @@ devcontainer build --workspace-folder <path-to-my-project-with-devcontainer>
...
@@ -104,9 +102,6 @@ devcontainer build --workspace-folder <path-to-my-project-with-devcontainer>
-
[
`test`
](
test
)
- Mirroring
`src`
, a folder-per-feature with at least a
`test.sh`
script. The
-
[
`test`
](
test
)
- Mirroring
`src`
, a folder-per-feature with at least a
`test.sh`
script. The
[
`devcontainer` CLI
](
https://github.com/devcontainers/cli
)
will execute
[
`devcontainer` CLI
](
https://github.com/devcontainers/cli
)
will execute
[
these tests in CI
](
https://github.com/devcontainers/features/blob/main/.github/workflows/test-all.yaml
)
.
[
these tests in CI
](
https://github.com/devcontainers/features/blob/main/.github/workflows/test-all.yaml
)
.
-
[
`test-scenarios`
](
test-scenarios
)
- More complex scenarios involving a set of features from this repo. The
[
`devcontainer` CLI
](
https://github.com/devcontainers/cli
)
will execute
[
these tests in CI
](
https://github.com/devcontainers/features/blob/main/.github/workflows/test-scenarios.yaml
)
.
## Contributions
## Contributions
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment