octo-deno/README.md

26 lines
1021 B
Markdown

![](http://people.mozilla.com/~cdiehl/img/octo.png)
[![Build Status](https://api.travis-ci.org/MozillaSecurity/octo.svg?branch=master)](https://travis-ci.org/MozillaSecurity/octo) [![Coverage Status](https://coveralls.io/repos/github/MozillaSecurity/octo/badge.svg?branch=master)](https://coveralls.io/github/MozillaSecurity/octo?branch=master) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
A fuzzing framework for JavaScript
This is WIP.
## Build
./build.py -l lib -d deploy
## Testing
Tests live in the `tests/` subdirectory, and are written for [QUnit](https://qunitjs.com/).
To run tests locally, open `tests/index.html` in a browser.
The automated tests are run in Firefox/Chrome using [Karma](https://karma-runner.github.io/).
To run the automated tests:
npm install
CHROME_BIN=chromium npm test
When adding new files, add them in `index.html` and `karma.conf.js` so they can be tested and included in coverage reports.