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
官方網址 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"
    }
}