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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        ]
    }
}