TestRail Helper

TestRail Helper

Expands all Actual Results and adds As Expected as a comment, also adding WorkflowID if appropriate.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "TestRail Helper",
  "version": "3.0.0",
  "description": "Expands all Actual Results and adds As Expected as a comment, also adding WorkflowID if appropriate.",
  "icons": {
    "128": "icon.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "host_permissions": [
    "https://10.96.0.148/testrail/*",
    "http://10.96.0.148/testrail/*",
    "https://testrail.suvoda.com/testrail/*",
    "http://testrail.suvoda.com/testrail/*"
  ],
  "permissions": [
    "storage",
    "scripting"
  ],
  "options_page": "options.html",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  }
}