qualitywatcher

0.6.0 • Public • Published

qualitywatcher

Build Status npm version npm Downloads Dependency Status npm

qualitywatcher is a reporting module for various test frameworks. Once your tests are complete, results are sent to your dashboard on qualitywatcher.io. qualitywatcher currently supports Nightwatch and TestNG frameworks with more options coming soon.


How it works

  • Sign up for an account at qualitywatcher.io using you BitBucket account. (Github coming soon)

  • Navigate to the repositories page, click on details for the project you wish to watch then ‘ADD TO WATCHLIST'

Start watching your project

  • Create a .qualitywatcher.yml in the root of your project and past your repo token and domain name as below

      repo_token: 12345
      domain_namne: myqualitywatcherdomainname 
    

For JavaScript projects (Nightwatch)

  • Install the module
npm install qualitywatcher --save-dev
  • Add this script to your package.json
"report": "./node_modules/nightwatch/bin/nightwatch | ./node_modules/qualitywatcher/dist/bin/qualitywatcher.js"
  • Use the following command to send your nightwatch test results to QualityWatcher.
npm run report

For Java projects (TestNG)


Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.6.0
    1
    • latest

Version History

Package Sidebar

Install

npm i qualitywatcher

Weekly Downloads

1

Version

0.6.0

License

MIT

Last publish

Collaborators

  • gsamuels