mirror of https://github.com/docker/docs.git
Update README.md
This commit is contained in:
parent
5acc36564e
commit
48bf7c057d
|
@ -10,12 +10,12 @@ Simply run `npm test`
|
|||
|
||||
## Manual Setup Tests
|
||||
|
||||
Use the reset script under `__tests__/util/reset` to reset your environment for each manual test. WARNING: This will erase your existing VirtualBox, Docker & Kitematic installation.
|
||||
|
||||
The expected result for all test cases is that the setup finishes and an HTML container can be created, and that there are no error logs in the output of Kitematic.
|
||||
|
||||
### Test Cases
|
||||
|
||||
Clean state: run `__tests__/util/reset`. WARNING: This will erase your existing VirtualBox, Docker & Kitematic installation.
|
||||
|
||||
- Clean state
|
||||
- Clean state with an old version of VirtualBox installed and running `4.3.16<`
|
||||
- Clean state with VirtualBox installed `4.3.18+`
|
||||
|
|
Loading…
Reference in New Issue