Skip to content

laurentpayot/html-reporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Velocity HTML Reporter

HTML reporter for Meteor's Velocity testing framework. This reporter will show you test results in your app.

Installation

Install this and at least one Velocity-compatible testing framework then add this package:

meteor add velocity:html-reporter

Usage

If you want to hide the reporter in development mode, you can press ctrl + v

Settings

You can set the position of the reporter by adding a settings file like this:

{
  "public": {
    "velocity:html-reporter": {
      "position": "bottom right",
      "tab-index" : 1
    }
  }
}

Available positional options are:

  • "top right"
  • "top left"
  • "bottom right"
  • "bottom left"

The "tab-index" field is used for people with disabilities to access the reporter via keyboard shortcuts.

You may also be interested in the velocity:console-reporter package

About

HTML reporter for Meteor velocity testing framework

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 38.7%
  • JavaScript 37.9%
  • HTML 23.4%