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
- Host: GitHub
- URL: https://github.com/dereke/web-testing
- Owner: dereke
- Created: 2015-07-24T13:45:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-12T20:20:04.000Z (about 8 years ago)
- Last Synced: 2025-03-12T03:17:50.023Z (10 months ago)
- Language: JavaScript
- Size: 39.1 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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`