TeamCity Extensions

Append screenshots for failed test after stack trace.

TeamCity Extensions क्या है?

TeamCity Extensions Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Append screenshots for failed test after stack trace."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TeamCity Extensions एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A small Chrome extension for TeamCity to provide some additional functions to the user interface.

Features
 * Show image published to artifacts after console log

Extension parse test stdout command ##teamcity[publishArtifacts ''] and inject  tag after stacktrace
docs: https://confluence.jetbrains.com/display/TCD18/Build+Script+Interaction+with+TeamCity#BuildScriptInteractionwithTeamCity-PublishingArtifactswhiletheBuildisStillinProgress

v0.2.0
 - Supprot for TeamCity v2020.1
v0.1.4
 - Support for escaped symbols in artifact path
 - Added download links for all artifacts published in test
v0.1.3
 - Support for TeamCity 2018.1.1                    

एक्सटेंशन की मूल जानकारी

नाम TeamCity Extensions TeamCity Extensions
ID liecempkpelaenjhncgnhnefkdfhbocm
आधिकारिक URL https://chromewebstore.google.com/detail/teamcity-extensions/liecempkpelaenjhncgnhnefkdfhbocm
विवरण Append screenshots for failed test after stack trace.
फ़ाइल का आकार 10.67 KB
स्थापना संख्या 238
वर्तमान संस्करण 0.2.0
अंतिम अपडेट 2020-06-16
प्रकाशन तिथि 2020-06-15
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TeamCity Extensions",
    "short_name": "TCE",
    "version": "0.2.0",
    "description": "Append screenshots for failed test after stack trace.",
    "minimum_chrome_version": "20",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/injector.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "js\/*"
    ]
}