From b58c1f3bd24a8fed29a7166b45b7efaa649db6f1 Mon Sep 17 00:00:00 2001 From: ebouchard2 Date: Mon, 18 Dec 2017 11:42:52 -0500 Subject: [PATCH] Update README.md --- README.md | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e44341..c5664b7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,33 @@ -# QA-challenge -Challenge for QA developer candidates + +# QA Developer Technical Test + +## Requirements +* Must be written in Nodejs (you should also install npm) +* Java Development Kit (JDK) installed, minimum required version is 7 + +## Quick Start + +1. Download zip file into your working folder +2. Install + +``` +npm install +``` + +3. Run Test Demo + +``` +npm test +``` + +If the test was successful, you are correctly configured to start the test + +## The Test + +Establish a few scenarios to validate the following web page: +http://todomvc.com/examples/react/#/ and build up a complete browser (End-to-End) test suite. + +You can refer to testDemo.js to help you start building your own browser test file. + +## Background link +* Nightwatch website: http://nightwatchjs.org/