Shinobi881 / NRIChallenge

Coding challenge for No Red Ink

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NRIChallenge

Coding challenge for No Red Ink

Your task is to create a test runner that runs automated tests in the browser and reports on their results as soon as each test completes.

###User Story

  • All 6 tests should be run simultaneously

  • The user interface should communicate the following, using whatever design you like:

    • The current status of each test (Not Started Yet, Running, Passed, or Failed)
    • How many total tests have passed so far
    • How many total tests have failed so far
    • How many total tests are still running
    • An indication (e.g. "FINISHED!") when all tests have completed running
    • Initially each test is in the Not Started Yet state, the user must press a button to start them running. Once they are running, the interface should update in realtime without further user interaction.

#Installation Instructions for building with webpack

  1. $ npm install -g webpack
  2. $ npm install -dwebpack-dev-server
  3. $ webpack-dev-server
  4. Open a browser window and navigate to localhost:8080/app

#Contributing Please adhere to the style and contribution guides when making pull request and be courteous and appropriate when adding/commenting on issues

  1. Contribution Guide
  2. Style guide
  3. Closing issues via coomits

About

Coding challenge for No Red Ink


Languages

Language:JavaScript 98.3%Language:HTML 1.4%Language:CSS 0.2%