Brimstone
Record and play Brimstone pixel-perfect webpage automation tests
Cos'è Brimstone?
Brimstone è un'estensione di Chrome sviluppata da patchworksapp, e la sua funzione principale è "Record and play Brimstone pixel-perfect webpage automation tests".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Brimstone
Scarica i file di estensione Brimstone in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | kjelahkpdbdmajbknafeighkihkcjacd |
| URL Ufficiale | https://chromewebstore.google.com/detail/brimstone/kjelahkpdbdmajbknafeighkihkcjacd |
| Descrizione | Record and play Brimstone pixel-perfect webpage automation tests |
| Dimensione del File | 1003 KB |
| Conteggio Installazioni | 52 |
| Versione Corrente | 1.25.4 |
| Ultimo Aggiornamento | 2022-11-12 |
| Data di Pubblicazione | 2021-08-10 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | patchworksapp |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/zacfilan/brimstone-recorder/wiki |
| URL della Pagina di Aiuto | https://github.com/zacfilan/brimstone-recorder/issues |
| URL della Pagina della Politica sulla Privacy | https://github.com/zacfilan/brimstone-recorder/wiki/Privacy-Policy |
| Lingue Supportate | 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": [
"*:\/\/*\/",
" | |