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開發的Chrome擴展程式,該擴展的主要功能是“Selenium IDE substitute. Create, maintain, and auto-generate hand-crafted QA automation code in a variety of frameworks.”。
擴展截圖
下載SnapTest擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | aeofjocnhdlleichkjbaibdbicpcddhp |
| 官方網址 | 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": [
" | |