Azure DevOps Test Results View

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

Hvad er Azure DevOps Test Results View?

Azure DevOps Test Results View er en Chrome-udvidelse udviklet af ado.test.results, og dens hovedfunktion er "Displays manual Test Results attachments in larger view and allows printing of test results.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Azure DevOps Test Results View-udvidelses-CRX-fil

Download Azure DevOps Test Results View-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Azure DevOps Test Results View Azure DevOps Test Results View
ID eoeknnnijbhiildbdepcijbedpbbcafe
Officiel URL https://chromewebstore.google.com/detail/azure-devops-test-results/eoeknnnijbhiildbdepcijbedpbbcafe
Beskrivelse Displays manual Test Results attachments in larger view and allows printing of test results.
Filstørrelse 12.67 KB
Antal Installationer 212
Nuværende Version 0.0.0.4
Senest Opdateret 2023-12-29
Udgivelsesdato 2020-07-31
Udvikler ado.test.results
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}