WebdriverIO Debugger
Start, Stop and step through WebdriverIO tests
WebdriverIO Debuggerคืออะไร?
WebdriverIO Debugger เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wpbrock และคุณลักษณะหลักของมันคือ "Start, Stop and step through WebdriverIO tests"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WebdriverIO Debugger
ดาวน์โหลดไฟล์ส่วนขยาย WebdriverIO Debugger ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Pause, play and step through WebdriverIO tests
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WebdriverIO Debugger |
ID | gllhbgehjoimdepaokeloljejokfdmof |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/webdriverio-debugger/gllhbgehjoimdepaokeloljejokfdmof |
คำอธิบาย | Start, Stop and step through WebdriverIO tests |
ขนาดไฟล์ | 7.7 KB |
จำนวนการติดตั้ง | 32 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2019-07-17 |
วันที่เผยแพร่ | 2019-07-13 |
ผู้พัฒนา | wpbrock |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WebdriverIO Debugger", "version": "0.0.1", "description": "Start, Stop and step through WebdriverIO tests", "permissions": [ "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": "images\/wdio-icon.png", "default_title": "WebdriverIO Debugger" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*\/*" ] } ], "manifest_version": 2 } |