Watir Website

Watir integration know-how

Pre Requisites:

  1. Latest Version of Ruby Should be Installed (Check here if not).
  2. Watir Should be Configured (If not Refer to Watir website).
  3. Testuff Login ID , Password and API Information.

How it works

You can report your automation test results directly to the tests in your Testuff repository. Submit new test statuses, update existing statuses, create and report to labs, and more.

Report Automation Results URL: https://serviceX.testuff.com/api/v0/testone/?token=[TOKEN]

Notes:

  • Reporting to Testuff is protected Via HTTP POST over SSL, and your Testuff user TOKEN is used for identification.
  • You’ll find your Testuff server number under the Settings->Company Details, and your user Token under the User settings.

Read about all the parameters you can control here.


Sample: Watir (rubi format)

Copy to Clipboard