dereke / web-testing

basic app to demonstrate how to use browser monkey to test a javascript application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intro

This is a demo application used to showcase a way of testing web sites that is really fast.

The application under test is a simple to do list.

Getting started

After cloning this repo, run npm install.

The project contains an example of an integration test. While not ideal you need to start the server for this to pass.

npm start

and then

npm test

About

basic app to demonstrate how to use browser monkey to test a javascript application


Languages

Language:JavaScript 93.9%Language:HTML 6.1%