Azure DevOps Test Results View

Displays manual Test Results attachments in larger view and allows printing of test results.

What is Azure DevOps Test Results View?

Azure DevOps Test Results View is a Chrome extension developed by ado.test.results, and its main feature is "Displays manual Test Results attachments in larger view and allows printing of test results.".

Extension Screenshots

screenshot
screenshot

Download Azure DevOps Test Results View Extension CRX File

Download Azure DevOps Test Results View extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        In Microsoft Azure DevOps, this extension modifies the page CSS attributes to display manual Test Results attachments in a larger format for viewing in the browser window.  Allows printing of just test results from the test results page.                    

Extension Basic Information

Name Azure DevOps Test Results View Azure DevOps Test Results View
ID eoeknnnijbhiildbdepcijbedpbbcafe
Official URL https://chromewebstore.google.com/detail/azure-devops-test-results/eoeknnnijbhiildbdepcijbedpbbcafe
Description Displays manual Test Results attachments in larger view and allows printing of test results.
File Size 12.67 KB
Installation Count 212
Current Version 0.0.0.4
Last Updated 2023-12-29
Publish Date 2020-07-31
Developer ado.test.results
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Azure DevOps Test Results View",
    "version": "0.0.0.4",
    "description": "Displays manual Test Results attachments in larger view and allows printing of test results.",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/*.visualstudio.com\/*",
                "https:\/\/dev.azure.com\/*"
            ],
            "include_globs": [
                "https:\/\/*.visualstudio.com\/*\/_?estManagement\/*",
                "https:\/\/dev.azure.com\/*\/_?estManagement\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}