https://github.com/dereke/web-testing-demo
https://github.com/dereke/web-testing-demo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dereke/web-testing-demo
- Owner: dereke
- Created: 2015-08-26T23:45:35.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-26T23:46:04.000Z (almost 10 years ago)
- Last Synced: 2025-01-18T12:48:42.746Z (5 months ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 0
- 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`.Then run `npm test` to start the tests.