Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ebouchard2 authored Dec 18, 2017
1 parent 45b311b commit b58c1f3
Showing 1 changed file with 33 additions and 2 deletions.
35 changes: 33 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/

0 comments on commit b58c1f3

Please sign in to comment.