Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/htanjo/page-test
Run tests for web pages (WIP)
https://github.com/htanjo/page-test
Last synced: about 1 month ago
JSON representation
Run tests for web pages (WIP)
- Host: GitHub
- URL: https://github.com/htanjo/page-test
- Owner: htanjo
- License: mit
- Created: 2015-03-03T13:11:48.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-04T09:13:23.000Z (almost 10 years ago)
- Last Synced: 2023-03-23T17:53:01.632Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# page-test
> WIP
## Usage
```shell
$ git clone https://github.com/htanjo/page-test.git && cd page-test
$ npm install
$ node .
```
- Run tests for web pages
- Open the report## Structure
- **Framework:** [Moca](http://mochajs.org/)
- **Test spec:** [test/page-test.js](./test/page-test.js)
- **Test plugins:** [lib/](./lib) and other modules
- **Reporter:** [reporters/](./reporters)
- **Target data:** [test/fixtures/url.json](./test/fixtures/urls.json)
- **Expectation data:** [test/fixtures/expected.json](./test/fixtures/expected.json)