Azure DevOps Test Results View

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

什么是Azure DevOps Test Results View?

Azure DevOps Test Results View是由ado.test.results开发的Chrome扩展程序,该扩展的主要功能是“Displays manual Test Results attachments in larger view and allows printing of test results.”。

扩展截图

screenshot
screenshot

下载Azure DevOps Test Results View扩展crx文件

下载Azure DevOps Test Results View扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Azure DevOps Test Results View Azure DevOps Test Results View
ID eoeknnnijbhiildbdepcijbedpbbcafe
官方URL https://chromewebstore.google.com/detail/azure-devops-test-results/eoeknnnijbhiildbdepcijbedpbbcafe
简介 Displays manual Test Results attachments in larger view and allows printing of test results.
文件大小 12.67 KB
安装次数 212
当前版本 0.0.0.4
更新时间 2023-12-29
上架时间 2020-07-31
开发者 ado.test.results
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}