Azure DevOps Test Results View

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

Co je Azure DevOps Test Results View?

Azure DevOps Test Results View je rozšíření Chrome vyvinuté ado.test.results, a jeho hlavní funkcí je „Displays manual Test Results attachments in larger view and allows printing of test results.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Azure DevOps Test Results View

Stáhněte si soubory rozšíření Azure DevOps Test Results View ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Azure DevOps Test Results View Azure DevOps Test Results View
ID eoeknnnijbhiildbdepcijbedpbbcafe
Oficiální URL https://chromewebstore.google.com/detail/azure-devops-test-results/eoeknnnijbhiildbdepcijbedpbbcafe
Popis Displays manual Test Results attachments in larger view and allows printing of test results.
Velikost souboru 12.67 KB
Počet instalací 212
Aktuální Verze 0.0.0.4
Poslední Aktualizace 2023-12-29
Datum Vydání 2020-07-31
Vývojář ado.test.results
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}