TeamCity Extensions
Append screenshots for failed test after stack trace.
TeamCity Extensionsคืออะไร?
TeamCity Extensions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Append screenshots for failed test after stack trace."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TeamCity Extensions
ดาวน์โหลดไฟล์ส่วนขยาย TeamCity Extensions ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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\/*" ] } |