Azure DevOps Test Results View
Displays manual Test Results attachments in larger view and allows printing of test results.
Cos'è Azure DevOps Test Results View?
Azure DevOps Test Results View è un'estensione di Chrome sviluppata da ado.test.results, e la sua funzione principale è "Displays manual Test Results attachments in larger view and allows printing of test results.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Azure DevOps Test Results View
Scarica i file di estensione Azure DevOps Test Results View in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Azure DevOps Test Results View |
ID | eoeknnnijbhiildbdepcijbedpbbcafe |
URL Ufficiale | https://chromewebstore.google.com/detail/azure-devops-test-results/eoeknnnijbhiildbdepcijbedpbbcafe |
Descrizione | Displays manual Test Results attachments in larger view and allows printing of test results. |
Dimensione del File | 12.67 KB |
Conteggio Installazioni | 212 |
Versione Corrente | 0.0.0.4 |
Ultimo Aggiornamento | 2023-12-29 |
Data di Pubblicazione | 2020-07-31 |
Sviluppatore | ado.test.results |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |