Intern Recorder
Creates functional tests for Intern based on interaction with a site from your browser.
Vad är Intern Recorder?
Intern Recorder är en Chrome-tillägg utvecklad av SitePen Labs, och dess huvudfunktion är "Creates functional tests for Intern based on interaction with a site from your browser.".
Tilläggsskärmbilder
Ladda ner Intern Recorder-förlängningens CRX-fil
Ladda ner Intern Recorder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | oalhlikaceknjlnmoombecafnmhbbgna |
| Officiell webbadress | https://chromewebstore.google.com/detail/intern-recorder/oalhlikaceknjlnmoombecafnmhbbgna |
| Beskrivning | Creates functional tests for Intern based on interaction with a site from your browser. |
| Filstorlek | 34.05 KB |
| Antal Installationer | 146 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2018-03-29 |
| Publiceringsdatum | 2018-03-29 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | SitePen Labs |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/theintern/recorder |
| Hjälpsida URL | https://github.com/theintern/recorder/blob/master/CONTRIBUTING.md |
| Stödda Språk | 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"
]
} | |