This extension allows updating Testuff test results via the Testuff automation api
Commands:
| Command | Target | Value | Comment |
|---|---|---|---|
| resetTestuffParameters | resets all values. Should be called at the beginning | ||
| addTestuffParameter | test_id | <your testuff test id> | mandatory |
| addTestuffParameter | status | [passed | failed | maybe] | mandatory |
| addTestuffParameter | lab_name | <your testuff lab name> | optional |
| addTestuffParameter | comment | <comment text> | optional |
| addTestuffParameter | branch_name | <your testuff branch name> | optional |
| addTestuffParameter |
run_configuration |
<the run configuration used for the test> | optional |
| addTestuffParameter | tester_name | <your testuff name> | optional; if not supplied uses the Automation user |
| callTestuff | <your testuff automation url> | * | mandatory; updates Testuff via the automation API with all supplied parameters |
Further information and download can be found on this page
* you can now pass the testuff automation url in either the Target or Value fields
