SnapTest

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

Co to jest SnapTest?

SnapTest to rozszerzenie Chrome opracowane przez https://www.snaptest.io, a jego główną funkcją jest „Selenium IDE substitute. Create, maintain, and auto-generate hand-crafted QA automation code in a variety of frameworks.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia SnapTest

Pobierz pliki rozszerzeń SnapTest w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa SnapTest SnapTest
ID aeofjocnhdlleichkjbaibdbicpcddhp
Oficjalny URL https://chromewebstore.google.com/detail/snaptest/aeofjocnhdlleichkjbaibdbicpcddhp
Opis Selenium IDE substitute. Create, maintain, and auto-generate hand-crafted QA automation code in a variety of frameworks.
Rozmiar pliku 9.13 MB
Liczba instalacji 1,875
Aktualna Wersja 2.8.2
Ostatnia Aktualizacja 2021-11-10
Data Publikacji 2020-03-22
Ocena 4.70/5 Łącznie 23 Oceny
Deweloper https://www.snaptest.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.snaptest.io/doc/getting-started
Adres URL Strony Pomocy https://github.com/ozymandias547/snaptest/issues
Adres URL Strony Polityki Prywatności https://www.snaptest.io/privacy-policy
Obsługiwane Języki 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"
        ]
    }
}