Nightwatch Chrome Recorder
Nightwatch Extension for Devtools that allows you to export tests directly from the Recorder panel.
Nightwatch Chrome Recorderคืออะไร?
Nightwatch Chrome Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://browserstack.com และคุณลักษณะหลักของมันคือ "Nightwatch Extension for Devtools that allows you to export tests directly from the Recorder panel."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nightwatch Chrome Recorder
ดาวน์โหลดไฟล์ส่วนขยาย Nightwatch Chrome Recorder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Nightwatch Chrome Recorder Extension lets you export user flows as Nightwatch test scripts from the Recorder panel in Chrome DevTools. With Chrome Recorder and the Nightwatch Chrome Recorder Extension, you can start creating test scripts for Nightwatch with just a few clicks. After installing this extension, you will see a new "Export as Nightwatch Test Script" option available under the export menu. Learn more about Chrome Recorder and the Nightwatch extension with our official guide: bit.ly/nightwatch-recorder.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Nightwatch Chrome Recorder |
ID | nhbccjfogdgkahamfohokdhcnemjafjk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/nightwatch-chrome-recorde/nhbccjfogdgkahamfohokdhcnemjafjk |
คำอธิบาย | Nightwatch Extension for Devtools that allows you to export tests directly from the Recorder panel. |
ขนาดไฟล์ | 25.97 KB |
จำนวนการติดตั้ง | 1,382 |
เวอร์ชันปัจจุบัน | 0.2.2 |
อัปเดตครั้งล่าสุด | 2023-01-19 |
วันที่เผยแพร่ | 2022-08-10 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://browserstack.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://nightwatchjs.org/guide/writing-tests/chrome-devtools-recorder.html |
URL หน้าช่วยเหลือ | https://github.com/nightwatchjs/nightwatch-recorder-extension |
URL หน้านโยบายความเป็นส่วนตัว | https://www.browserstack.com/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.2.2", "name": "Nightwatch Chrome Recorder", "description": "Nightwatch Extension for Devtools that allows you to export tests directly from the Recorder panel.", "permissions": [], "devtools_page": "DevToolsPlugin.html", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "minimum_chrome_version": "101" } |