SnapTest

Selenium IDE substitute. Create, maintain, and auto-generate hand-crafted QA automation code in a variety of frameworks.

ما هو SnapTest؟

SnapTest هو إضافة Chrome تم تطويرها بواسطة https://www.snaptest.io، والميزة الرئيسية لها هي "Selenium IDE substitute. Create, maintain, and auto-generate hand-crafted QA automation code in a variety of frameworks.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة SnapTest

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

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

                        Taking Selenium out of the stone age.

SnapTest, A Selenium IDE like tool, helps you create, run, debug, maintain, and generate beautiful QA test code in a variety of frameworks.

Run your tests directly in the browser with near Selenium-like behavior for fast debugging and maintenance.  With tools to scale, SnapTEST allows you to maintain a library of tests that are composable, scalable, and professional.                    

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

الاسم SnapTest SnapTest
ID aeofjocnhdlleichkjbaibdbicpcddhp
عنوان URL الرسمي https://chromewebstore.google.com/detail/snaptest/aeofjocnhdlleichkjbaibdbicpcddhp
الوصف Selenium IDE substitute. Create, maintain, and auto-generate hand-crafted QA automation code in a variety of frameworks.
حجم الملف 9.13 MB
عدد التثبيتات 1,875
النسخة الحالية 2.8.2
آخر تحديث 2021-11-10
تاريخ النشر 2020-03-22
تقييم 4.70/5 مجموع تقييمات 23
المطور https://www.snaptest.io
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.snaptest.io/doc/getting-started
عنوان صفحة المساعدة https://github.com/ozymandias547/snaptest/issues
عنوان صفحة سياسة الخصوصية https://www.snaptest.io/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SnapTest",
    "description": "Selenium IDE substitute. Create, maintain, and auto-generate hand-crafted QA automation code in a variety of frameworks. ",
    "version": "2.8.2",
    "icons": {
        "128": "assets\/icons\/icon_128_v2.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "offline_enabled": true,
    "devtools_page": "devtool-background.html",
    "browser_action": {
        "default_icon": "assets\/icons\/icon_256_v1.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "",
        "storage",
        "cookies",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "injected.js",
        "assets\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "css": [
                "tab.css"
            ],
            "js": [
                "tab.js"
            ]
        }
    ],
    "sandbox": {
        "pages": [
            "eval.html"
        ]
    }
}