Intern Recorder
Creates functional tests for Intern based on interaction with a site from your browser.
Intern Recorderคืออะไร?
Intern Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SitePen Labs และคุณลักษณะหลักของมันคือ "Creates functional tests for Intern based on interaction with a site from your browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Intern Recorder
ดาวน์โหลดไฟล์ส่วนขยาย Intern Recorder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Updated for Intern 4! The Intern Recorder is a Chrome extension that assists in the creation of functional tests for Web applications by automatically recording user interaction with a browser into a format compatible with the Intern testing framework.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Intern Recorder |
ID | oalhlikaceknjlnmoombecafnmhbbgna |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/intern-recorder/oalhlikaceknjlnmoombecafnmhbbgna |
คำอธิบาย | Creates functional tests for Intern based on interaction with a site from your browser. |
ขนาดไฟล์ | 34.05 KB |
จำนวนการติดตั้ง | 146 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2018-03-29 |
วันที่เผยแพร่ | 2018-03-29 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | SitePen Labs |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/theintern/recorder |
URL หน้าช่วยเหลือ | https://github.com/theintern/recorder/blob/master/CONTRIBUTING.md |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Intern Recorder", "description": "Creates functional tests for Intern based on interaction with a site from your browser.", "version": "1.0.0.6", "version_name": "1.0.0", "minimum_chrome_version": "26.0", "devtools_page": "lib\/devtools.html", "background": { "scripts": [ "lib\/Recorder.js", "lib\/background.js" ], "persistent": false }, "icons": { "16": "resources\/manifestIcons\/logo_16.png", "32": "resources\/manifestIcons\/logo_32.png", "48": "resources\/manifestIcons\/logo_48.png", "64": "resources\/manifestIcons\/logo_64.png", "128": "resources\/manifestIcons\/logo_128.png" }, "permissions": [ "downloads", "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "webNavigation" ] } |