Intern Recorder
Creates functional tests for Intern based on interaction with a site from your browser.
ما هو Intern Recorder؟
Intern Recorder هو إضافة Chrome تم تطويرها بواسطة SitePen Labs، والميزة الرئيسية لها هي "Creates functional tests for Intern based on interaction with a site from your browser.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Intern Recorder
قم بتنزيل ملفات الامتداد Intern Recorder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | 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" ] } |