Nightwatch Chrome Recorder

Nightwatch Extension for Devtools that allows you to export tests directly from the Recorder panel.

ما هو Nightwatch Chrome Recorder؟

Nightwatch Chrome Recorder هو إضافة Chrome تم تطويرها بواسطة https://browserstack.com، والميزة الرئيسية لها هي "Nightwatch Extension for Devtools that allows you to export tests directly from the Recorder panel.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Nightwatch Chrome Recorder

قم بتنزيل ملفات الامتداد Nightwatch Chrome Recorder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Nightwatch Chrome Recorder Extension lets you export user flows as Nightwatch test scripts from the Recorder panel in Chrome DevTools.

With Chrome Recorder and the Nightwatch Chrome Recorder Extension, you can start creating test scripts for Nightwatch with just a few clicks.

After installing this extension, you will see a new "Export as Nightwatch Test Script" option available under the export menu.

Learn more about Chrome Recorder and the Nightwatch extension with our official guide: bit.ly/nightwatch-recorder.                    

معلومات أساسية عن التمديد

الاسم Nightwatch Chrome Recorder Nightwatch Chrome Recorder
ID nhbccjfogdgkahamfohokdhcnemjafjk
عنوان URL الرسمي https://chromewebstore.google.com/detail/nightwatch-chrome-recorde/nhbccjfogdgkahamfohokdhcnemjafjk
الوصف Nightwatch Extension for Devtools that allows you to export tests directly from the Recorder panel.
حجم الملف 25.97 KB
عدد التثبيتات 1,382
النسخة الحالية 0.2.2
آخر تحديث 2023-01-19
تاريخ النشر 2022-08-10
تقييم 5.00/5 مجموع تقييمات 5
المطور https://browserstack.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://nightwatchjs.org/guide/writing-tests/chrome-devtools-recorder.html
عنوان صفحة المساعدة https://github.com/nightwatchjs/nightwatch-recorder-extension
عنوان صفحة سياسة الخصوصية https://www.browserstack.com/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2.2",
    "name": "Nightwatch Chrome Recorder",
    "description": "Nightwatch Extension for Devtools that allows you to export tests directly from the Recorder panel.",
    "permissions": [],
    "devtools_page": "DevToolsPlugin.html",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "minimum_chrome_version": "101"
}