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
Eメール [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"
    }
}