An open API service indexing awesome lists of open source software.

https://github.com/dereke/web-testing

basic app to demonstrate how to use browser monkey to test a javascript application
https://github.com/dereke/web-testing

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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`