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 - это расширение Chrome, разработанное ado.test.results, и его основная функция - "Displays manual Test Results attachments in larger view and allows printing of test results.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Azure DevOps Test Results View

Скачайте файлы расширений 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
Электронная почта [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"
    }
}