From ed3781a0979addd12bc61a3e82b6b40952c8f96a Mon Sep 17 00:00:00 2001 From: Zachary Belford Date: Wed, 20 Feb 2019 16:35:03 -0800 Subject: [PATCH] feat: add testing.md file --- TESTING.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 TESTING.md diff --git a/TESTING.md b/TESTING.md new file mode 100644 index 0000000..6eb7c32 --- /dev/null +++ b/TESTING.md @@ -0,0 +1,5 @@ +# How to setup tests + +Testing is a project specific concern. That being said, each project may use a jenkins pipeline to setup CI and CD for the project. + +We use [jenkins-vagrant](https://github.com/etclabscore/jenkins-vagrant)