File: phantom.js

package info (click to toggle)
ruby-faye 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,792 kB
  • sloc: javascript: 14,833; ruby: 5,068; makefile: 30
file content (6 lines) | stat: -rw-r--r-- 174 bytes parent folder | download
1
2
3
4
5
6
phantom.injectJs('node_modules/jstest/jstest.js')

var options  = { format: 'dot' },
    reporter = new JS.Test.Reporters.Headless(options)

reporter.open('spec/index.html')