0.0.20 • Published 9 years ago

chrome-app-test-runner v0.0.20

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

Chrome App Test Runner

This test runner will run mocha tests in a chrome app.

The test files are expected to use nodejs style modules and mocha bdd style tests.

Test coverage will be output to console for every test file and an overall coverage summary will follow if more than one test was run. Test coverage reports can be found in node_modules/chrome-app-test-runner/coverage/

Providing a mock server

If your integration tests require a mock http server, the server can be specified with --mock-server=

The server must output a listening string indicating the port number when it is ready to receive requests. For example: listening on 8888

Usage
 node run-test.js <test-file> [<test-file> ...] [--mock-server=<server-file>]
0.0.20

9 years ago

0.0.19

9 years ago

0.0.18

9 years ago

0.0.17

9 years ago

0.0.16

9 years ago

0.0.15

9 years ago

0.0.14

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago