From 2d5c4a02e162e2ea490209258c20ddc9e8772cf4 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Thu, 30 Apr 2015 14:21:58 -0400 Subject: [PATCH] Delete TESTING.md --- TESTING.md | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 TESTING.md diff --git a/TESTING.md b/TESTING.md deleted file mode 100644 index b74cc9809c..0000000000 --- a/TESTING.md +++ /dev/null @@ -1,26 +0,0 @@ -# Kitematic Testing - -## Unit Tests - -Simply run `npm test` - -## Integration Tests - -*Coming Soon* - -## Manual Setup Tests - -These tests only need to be run if code in `src/SetupStore.js` or `src/Setup.react.js` are changed. - -The expected result for all test cases is that the setup finishes and an HTML container can be created, Also check that there are no errors 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.0<` -- Clean state with VirtualBox installed `4.3.18+` -- Clean state with an old Boot2Docker VM & installation `0.12+` -- Clean state with the latest Boot2Docker VM & installation -- `FAILING` Clean state with an aborted Boot2Docker VM