Azure DevOps Test Results View
Displays manual Test Results attachments in larger view and allows printing of test results.
Wat is Azure DevOps Test Results View?
Azure DevOps Test Results View is een Chrome-extensie ontwikkeld door ado.test.results, en de belangrijkste functie is "Displays manual Test Results attachments in larger view and allows printing of test results.".
Extensie Screenshots
Download het CRX-bestand van de extensie Azure DevOps Test Results View
Download Azure DevOps Test Results View-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Azure DevOps Test Results View |
ID | eoeknnnijbhiildbdepcijbedpbbcafe |
Officiële URL | https://chromewebstore.google.com/detail/azure-devops-test-results/eoeknnnijbhiildbdepcijbedpbbcafe |
Beschrijving | Displays manual Test Results attachments in larger view and allows printing of test results. |
Bestandsgrootte | 12.67 KB |
Aantal Installaties | 212 |
Huidige Versie | 0.0.0.4 |
Laatst Bijgewerkt | 2023-12-29 |
Publicatiedatum | 2020-07-31 |
Ontwikkelaar | ado.test.results |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |