Azure DevOps Test Results View

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

Vad är Azure DevOps Test Results View?

Azure DevOps Test Results View är en Chrome-tillägg utvecklad av ado.test.results, och dess huvudfunktion är "Displays manual Test Results attachments in larger view and allows printing of test results.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Azure DevOps Test Results View-förlängningens CRX-fil

Ladda ner Azure DevOps Test Results View-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Azure DevOps Test Results View Azure DevOps Test Results View
ID eoeknnnijbhiildbdepcijbedpbbcafe
Officiell webbadress https://chromewebstore.google.com/detail/azure-devops-test-results/eoeknnnijbhiildbdepcijbedpbbcafe
Beskrivning Displays manual Test Results attachments in larger view and allows printing of test results.
Filstorlek 12.67 KB
Antal Installationer 212
Aktuell Version 0.0.0.4
Senast Uppdaterad 2023-12-29
Publiceringsdatum 2020-07-31
Utvecklare ado.test.results
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}