Intern Recorder
Creates functional tests for Intern based on interaction with a site from your browser.
Cos'è Intern Recorder?
Intern Recorder è un'estensione di Chrome sviluppata da SitePen Labs, e la sua funzione principale è "Creates functional tests for Intern based on interaction with a site from your browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Intern Recorder
Scarica i file di estensione Intern Recorder 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
Updated for Intern 4! The Intern Recorder is a Chrome extension that assists in the creation of functional tests for Web applications by automatically recording user interaction with a browser into a format compatible with the Intern testing framework.
Informazioni di Base sull'Estensione
Nome | Intern Recorder |
ID | oalhlikaceknjlnmoombecafnmhbbgna |
URL Ufficiale | https://chromewebstore.google.com/detail/intern-recorder/oalhlikaceknjlnmoombecafnmhbbgna |
Descrizione | Creates functional tests for Intern based on interaction with a site from your browser. |
Dimensione del File | 34.05 KB |
Conteggio Installazioni | 146 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2018-03-29 |
Data di Pubblicazione | 2018-03-29 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | SitePen Labs |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/theintern/recorder |
URL della Pagina di Aiuto | https://github.com/theintern/recorder/blob/master/CONTRIBUTING.md |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Intern Recorder", "description": "Creates functional tests for Intern based on interaction with a site from your browser.", "version": "1.0.0.6", "version_name": "1.0.0", "minimum_chrome_version": "26.0", "devtools_page": "lib\/devtools.html", "background": { "scripts": [ "lib\/Recorder.js", "lib\/background.js" ], "persistent": false }, "icons": { "16": "resources\/manifestIcons\/logo_16.png", "32": "resources\/manifestIcons\/logo_32.png", "48": "resources\/manifestIcons\/logo_48.png", "64": "resources\/manifestIcons\/logo_64.png", "128": "resources\/manifestIcons\/logo_128.png" }, "permissions": [ "downloads", "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "webNavigation" ] } |