Update README.md

This commit is contained in:
Bryan P. Arant 2016-11-28 22:13:13 -08:00 committed by GitHub
parent 0f3715400d
commit 1f2bab73c1

View file

@ -1,5 +1,13 @@
# LAB
## Running The Test Case
1. Bake the containers (build your environments) (`./containers.py bake`)
2. Run the end-to-end testcase (run the e2e test case) (`./cases.py run`)
-- Note that the testcase is a check for the existence of the csproj after it has run the bootstrap tool. If the bootstrap fails to create a dotnet that can successfully create a project, then that would be a failure. Note, however, that this is not a testcase to check if the dotnet tool is running successfully.
## Test Cases
Intended interface for access is the class `Cases` in `cases.py`.
@ -18,3 +26,7 @@ Docker containers are used as the 'unit of environment.'
```
./containers.py list
```
```
./containers.py bake
```