Azure DevOps Test Results View
Displays manual Test Results attachments in larger view and allows printing of test results.
O que é Azure DevOps Test Results View?
Azure DevOps Test Results View é uma extensão do Chrome desenvolvida por ado.test.results, e sua principal característica é "Displays manual Test Results attachments in larger view and allows printing of test results.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Azure DevOps Test Results View
Baixe arquivos de extensão Azure DevOps Test Results View no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Azure DevOps Test Results View |
ID | eoeknnnijbhiildbdepcijbedpbbcafe |
URL Oficial | https://chromewebstore.google.com/detail/azure-devops-test-results/eoeknnnijbhiildbdepcijbedpbbcafe |
Descrição | Displays manual Test Results attachments in larger view and allows printing of test results. |
Tamanho do Arquivo | 12.67 KB |
Contagem de Instalações | 212 |
Versão Atual | 0.0.0.4 |
Última Atualização | 2023-12-29 |
Data de Publicação | 2020-07-31 |
Desenvolvedor | ado.test.results |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |