Azure DevOps Test Results View

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

Co to jest Azure DevOps Test Results View?

Azure DevOps Test Results View to rozszerzenie Chrome opracowane przez ado.test.results, a jego główną funkcją jest „Displays manual Test Results attachments in larger view and allows printing of test results.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Azure DevOps Test Results View

Pobierz pliki rozszerzeń Azure DevOps Test Results View w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Azure DevOps Test Results View Azure DevOps Test Results View
ID eoeknnnijbhiildbdepcijbedpbbcafe
Oficjalny URL https://chromewebstore.google.com/detail/azure-devops-test-results/eoeknnnijbhiildbdepcijbedpbbcafe
Opis Displays manual Test Results attachments in larger view and allows printing of test results.
Rozmiar pliku 12.67 KB
Liczba instalacji 212
Aktualna Wersja 0.0.0.4
Ostatnia Aktualizacja 2023-12-29
Data Publikacji 2020-07-31
Deweloper ado.test.results
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}