SnapTest

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

SnapTest क्या है?

SnapTest 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 फ़ाइल डाउनलोड करें

crx प्रारूप में SnapTest एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL https://github.com/ozymandias547/snaptest/issues
गोपनीयता नीति पृष्ठ URL 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"
        ]
    }
}