Brimstone
Record and play Brimstone pixel-perfect webpage automation tests
Brimstoneคืออะไร?
Brimstone เป็นส่วนขยายของ Chrome ที่พัฒนาโดย patchworksapp และคุณลักษณะหลักของมันคือ "Record and play Brimstone pixel-perfect webpage automation tests"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Brimstone
ดาวน์โหลดไฟล์ส่วนขยาย Brimstone ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Brimstone is a scriptless (codeless), complete test automation tool, for web applications. No coding required! * Recording a test is as easy as using your application. * Save test suites (and runs) to local disk or your database. * Test playback is extremely fast. Every visual pixel difference between what was originally recorded, and any later playback is caught. Brimstone is a visually perfect (pixel accurate) do-no-harm tester. * Performance metrics of your app (latency/memory) are captured for every user step you record in a test. Catch memory leaks! Catch degrading performance!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Brimstone |
ID | kjelahkpdbdmajbknafeighkihkcjacd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/brimstone/kjelahkpdbdmajbknafeighkihkcjacd |
คำอธิบาย | Record and play Brimstone pixel-perfect webpage automation tests |
ขนาดไฟล์ | 1003 KB |
จำนวนการติดตั้ง | 52 |
เวอร์ชันปัจจุบัน | 1.25.4 |
อัปเดตครั้งล่าสุด | 2022-11-12 |
วันที่เผยแพร่ | 2021-08-10 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | patchworksapp |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/zacfilan/brimstone-recorder/wiki |
URL หน้าช่วยเหลือ | https://github.com/zacfilan/brimstone-recorder/issues |
URL หน้านโยบายความเป็นส่วนตัว | https://github.com/zacfilan/brimstone-recorder/wiki/Privacy-Policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Brimstone", "description": "Record and play Brimstone pixel-perfect webpage automation tests", "version": "1.25.4", "manifest_version": 3, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "storage", "activeTab", "scripting", "webNavigation", "debugger" ], "host_permissions": [ "*:\/\/*\/", " |