QA-Automation-Starter / qa-automation

QA automation utilities and project generator
https://qa-automation-starter.aherscu.dev
Other
6 stars 4 forks source link

alternative testrail template #199

Closed adrian-herscu closed 1 year ago

adrian-herscu commented 1 year ago

Current State Current TestRail template uses a tabular format which is does not work well with long or multi-line strings. In addition, it does allow inserting images or formatting.

How to make it better Provide an additional template that uses a list format like this:

  1. step A with parameter a and b

    • parameter a: ....
    • parameter b: ...
    • actual: ...
    • status: ... (passed or failed)
    • duration: ...
  2. step B