Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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)