Brimstone
Record and play Brimstone pixel-perfect webpage automation tests
Was ist Brimstone?
Brimstone ist eine Chrome-Erweiterung, die von patchworksapp entwickelt wurde, und ihr Hauptmerkmal ist "Record and play Brimstone pixel-perfect webpage automation tests".
Erweiterungsscreenshots
Brimstone-Erweiterungs-CRX-Datei herunterladen
Laden Sie Brimstone-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Brimstone |
ID | kjelahkpdbdmajbknafeighkihkcjacd |
Offizielle URL | https://chromewebstore.google.com/detail/brimstone/kjelahkpdbdmajbknafeighkihkcjacd |
Beschreibung | Record and play Brimstone pixel-perfect webpage automation tests |
Dateigröße | 1003 KB |
Installationsanzahl | 52 |
Aktuelle Version | 1.25.4 |
Letztes Update | 2022-11-12 |
Veröffentlichungsdatum | 2021-08-10 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | patchworksapp |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/zacfilan/brimstone-recorder/wiki |
Hilfeseite URL | https://github.com/zacfilan/brimstone-recorder/issues |
URL der Datenschutzrichtlinien-Seite | https://github.com/zacfilan/brimstone-recorder/wiki/Privacy-Policy |
Unterstützte Sprachen | 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": [ "*:\/\/*\/", " |