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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://github.com/zacfilan/brimstone-recorder/issues |
عنوان صفحة سياسة الخصوصية | 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": [ "*:\/\/*\/", " |