Intern Recorder
Creates functional tests for Intern based on interaction with a site from your browser.
Intern Recorder क्या है?
Intern Recorder SitePen Labs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Creates functional tests for Intern based on interaction with a site from your browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Intern Recorder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Intern Recorder |
ID | oalhlikaceknjlnmoombecafnmhbbgna |
आधिकारिक URL | https://chromewebstore.google.com/detail/intern-recorder/oalhlikaceknjlnmoombecafnmhbbgna |
विवरण | Creates functional tests for Intern based on interaction with a site from your browser. |
फ़ाइल का आकार | 34.05 KB |
स्थापना संख्या | 146 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2018-03-29 |
प्रकाशन तिथि | 2018-03-29 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | SitePen Labs |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/theintern/recorder |
सहायता पृष्ठ URL | https://github.com/theintern/recorder/blob/master/CONTRIBUTING.md |
समर्थित भाषाएँ | 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" ] } |