Deno mini-port of @mozillasecurity/octo
Go to file
Christoph Diehl ffc107a176 Update README.md 2017-04-23 03:59:55 +03:00
lib Move library folders into lib 2017-04-23 01:49:49 +03:00
tests Fix configurations for tests cause of lib relocation 2017-04-23 03:05:38 +03:00
.editorconfig Add .editorconfig 2017-04-23 02:29:16 +03:00
.gitignore Update .gitignore: 2017-04-10 13:47:35 -04:00
.jshintrc Add random to .jshintrc 2017-04-13 16:17:33 +03:00
.travis.yml Update Travis CI environment to trusty so we get a recent chromium. 2017-04-10 13:59:24 -04:00
Gruntfile.js Switch from qunit (node) and slimerjs to karma which supports running 2017-04-10 13:49:32 -04:00
LICENSE Add LICENSE 2017-04-22 23:09:22 +03:00
README.md Update README.md 2017-04-23 03:59:55 +03:00
karma.conf.js Fix configurations for tests cause of lib relocation 2017-04-23 03:05:38 +03:00
package.json Switch from qunit (node) and slimerjs to karma which supports running 2017-04-10 13:49:32 -04:00

README.md

Build Status Coverage Status

A fuzzing framework for JavaScript

This is WIP.

Build

./build.py -f lib -d .

Testing

Tests live in the tests/ subdirectory, and are written for QUnit. To run tests locally, open tests/index.html in a browser. The automated tests are run in Firefox/Chrome using Karma. 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.