0.8.0 • Published 4 years ago

browser-test-runner v0.8.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

browser-test-runner

Write tests as a web page, run from the command line for ci. Outputs coverage for istanbul instrumented code.

## Install

npm install browser-test-runner

Usage

Run tests on a browser:

browser-test-runner chrome 'target/test/index.html'
browser-test-runner firefox 'target/test/index.html'
browser-test-runner safari 'target/test/index.html'
browser-test-runner chrome-headless 'target/test/index.html'

Host the test file, and re-run the tests on any browser that has the page open whenever the tests are changed

browser-test-runner start 'target/test/index.html'

## Changelog

0.8.0

  • Replace browser-test-runner phantom with browser-test-runner chrome-headless, which is backed by puppeteer
0.8.0

4 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.6.6

5 years ago

0.6.5

6 years ago

0.6.1

7 years ago

0.6.0

7 years ago

0.5.3

7 years ago

0.5.2

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.0

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago