TFS Helper: TFS workitem extensions
A number of TFS helper utilities providing enhanced usability of test case tools.
ما هو TFS Helper: TFS workitem extensions؟
TFS Helper: TFS workitem extensions هو إضافة Chrome تم تطويرها بواسطة David Ketler، والميزة الرئيسية لها هي "A number of TFS helper utilities providing enhanced usability of test case tools.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TFS Helper: TFS workitem extensions
قم بتنزيل ملفات الامتداد TFS Helper: TFS workitem extensions بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
An extension for Google Chrome to add a number of usability improvements to Team Foundation Service (TFS) 2013.
This plugin adds the following functionalities:
User-readable HTMLDecode conversion of Test Case steps audit
Diff (PrettyTextDiff) performed with results inserted under the Steps audit table
Diff (PrettyTextDiff) performed with results inserted under the Local Data Source table
Diff (PrettyTextDiff) performed on Review Minutes
Replacement of parameters with actual parameters in the test runner معلومات أساسية عن التمديد
| الاسم | |
| ID | pgblkgkpnpjembdjljbiojlnaecljnii |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/tfs-helper-tfs-workitem-e/pgblkgkpnpjembdjljbiojlnaecljnii |
| الوصف | A number of TFS helper utilities providing enhanced usability of test case tools. |
| حجم الملف | 42.5 KB |
| عدد التثبيتات | 299 |
| النسخة الحالية | 1.1 |
| آخر تحديث | 2015-05-27 |
| تاريخ النشر | 2015-05-27 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | David Ketler |
| نوع الدفع | free |
| موقع الإضافة | http://awarebit.com/blog?post=tfs_helper_chrome_extension |
| عنوان صفحة المساعدة | https://github.com/ketlerd/TFS_Helper |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TFS Helper: TFS workitem extensions",
"short_name": "TFS Helper",
"version": "1.1",
"description": "A number of TFS helper utilities providing enhanced usability of test case tools.",
"manifest_version": 2,
"browser_action": {
"name": "Manipulate DOM",
"icons": [
"icon.png"
],
"default_icon": "icon.png"
},
"content_scripts": [
{
"css": [
"diff.css"
],
"js": [
"jquery-2.1.0.min.js",
"jquery.watch.min.js",
"diff_match_patch.js",
"jquery.pretty-text-diff.min.js",
"tfsHelper.js"
],
"matches": [
"http:\/\/*\/tfs\/*\/*",
"https:\/\/*\/tfs\/*\/*"
]
}
]
} | |