Brimstone
Record and play Brimstone pixel-perfect webpage automation tests
Co je Brimstone?
Brimstone je rozšíření Chrome vyvinuté patchworksapp, a jeho hlavní funkcí je „Record and play Brimstone pixel-perfect webpage automation tests“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Brimstone
Stáhněte si soubory rozšíření Brimstone ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | Brimstone |
ID | kjelahkpdbdmajbknafeighkihkcjacd |
Oficiální URL | https://chromewebstore.google.com/detail/brimstone/kjelahkpdbdmajbknafeighkihkcjacd |
Popis | Record and play Brimstone pixel-perfect webpage automation tests |
Velikost souboru | 1003 KB |
Počet instalací | 52 |
Aktuální Verze | 1.25.4 |
Poslední Aktualizace | 2022-11-12 |
Datum Vydání | 2021-08-10 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | patchworksapp |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/zacfilan/brimstone-recorder/wiki |
URL Stránky Nápovědy | https://github.com/zacfilan/brimstone-recorder/issues |
URL Stránky Zásad Ochrany Soukromí | https://github.com/zacfilan/brimstone-recorder/wiki/Privacy-Policy |
Podporované Jazyky | 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": [ "*:\/\/*\/", " |