Intern Recorder
Creates functional tests for Intern based on interaction with a site from your browser.
Qu'est-ce que Intern Recorder ?
Intern Recorder est une extension Chrome développée par SitePen Labs, et sa fonction principale est "Creates functional tests for Intern based on interaction with a site from your browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Intern Recorder
Téléchargez les fichiers d'extension Intern Recorder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Intern Recorder |
ID | oalhlikaceknjlnmoombecafnmhbbgna |
URL Officiel | https://chromewebstore.google.com/detail/intern-recorder/oalhlikaceknjlnmoombecafnmhbbgna |
Description | Creates functional tests for Intern based on interaction with a site from your browser. |
Taille du Fichier | 34.05 KB |
Nombre d'Installations | 146 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2018-03-29 |
Date de Publication | 2018-03-29 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | SitePen Labs |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/theintern/recorder |
URL de la Page d'Aide | https://github.com/theintern/recorder/blob/master/CONTRIBUTING.md |
Langues Prises en Charge | 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" ] } |