Deno mini-port of @mozillasecurity/octo
Go to file
Christoph Diehl 80e1a17cf6 Merge branch 'master' of https://github.com/MozillaSecurity/octo 2017-04-13 00:28:22 +03:00
logging Add console logger 2017-04-07 16:16:59 +02:00
make Add shaders.js 2017-04-13 00:28:12 +03:00
random Add more random tests. 2017-04-12 17:03:57 -04:00
tests Add more random tests. 2017-04-12 17:03:57 -04:00
.gitignore Update .gitignore: 2017-04-10 13:47:35 -04:00
.jshintrc Updated jshint to be aware of globals "Random" and "make" 2017-04-06 21:49:07 +02: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
README.md Move badges 2017-04-10 14:19:24 -04:00
karma.conf.js Enable Firefox in Karma config for Travis CI 2017-04-10 14:03:05 -04: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.

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.