GoTestPro

Achieve End-to-End Automation Testing with GoTestPro

什麼是GoTestPro?

GoTestPro是由Royal Cyber開發的Chrome擴展程式,該擴展的主要功能是“Achieve End-to-End Automation Testing with GoTestPro”。

擴展截圖

screenshot

下載GoTestPro擴展crx文件

下載GoTestPro擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        GoTest Pro is a Test Automation Tool meant for Software Developers & Testers for automating test scenarios on Web Applications under test using the GoTest Pro Recorder Chrome extension. 

The GoTest Pro Recorder extension allows user to record tests on any web application in lower / prod environments and save the recording as a test scenario in GoTest Pro Web Application based Regression Test Tool. A GoTest Pro user can then play back/execute the recorded test through the GoTest Pro Recorder Chrome Extension or through a Cloud Server. 

Extension's major features include: 

> Recording Test Scenario 
> Extract xpath / css expression from a web application under test
> Execute Java Script based Test Scenarios which were recorded earlier through the same extension.                    

擴展基本資訊

名稱 GoTestPro GoTestPro
ID ldmfmccaoihffboppndecjpfldhamafn
官方網址 https://chromewebstore.google.com/detail/gotestpro/ldmfmccaoihffboppndecjpfldhamafn
簡介 Achieve End-to-End Automation Testing with GoTestPro
檔案大小 963 KB
安裝次數 78
目前版本 0.0.61
更新時間 2024-02-23
上架時間 2023-03-31
開發者 Royal Cyber
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.gotestpro.com/
說明頁面URL https://www.royalcyber.com/company/contact-us/
隱私政策頁面URL https://www.royalcyber.com/company/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GoTestPro",
    "description": "Achieve End-to-End Automation Testing with GoTestPro",
    "version": "0.0.61",
    "manifest_version": 3,
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "action": {
        "default_title": "GoTest Pro",
        "default_icon": {
            "128": "img\/icon.png",
            "38": "img\/icon.png",
            "19": "img\/icon.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery.min.js",
                "lib\/cssesc.js",
                "lib\/targetSelector.js",
                "lib\/xpath.js",
                "contentScript.js"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "match_about_blank": true,
            "module": "true"
        },
        {
            "world": "MAIN",
            "js": [
                "lib\/execute.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "all_frames": true,
            "match_about_blank": true,
            "module": "true"
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/dev-teaf.royalcyber.org\/*",
            "http:\/\/dev-gtp.royalcyber.org\/*",
            "https:\/\/dev-gtp.royalcyber.org\/*",
            "http:\/\/demo-gtp.royalcyber.org\/*",
            "http:\/\/qa-gtp.royalcyber.org\/*",
            "https:\/\/qa-gtp.royalcyber.org\/*",
            "http:\/\/localhost:4200\/*",
            "http:\/\/35.226.5.47\/*",
            "https:\/\/app.gtp.royalcyber.org\/*",
            "https:\/\/eu.gotestpro.com\/*",
            "https:\/\/gtpapp.royalcyber.org\/*",
            "https:\/\/app.gotestpro.com\/"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "debugger",
        "activeTab",
        "notifications",
        "contextMenus",
        "webNavigation",
        "downloads.shelf",
        "downloads",
        "scripting",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "lib\/alertScripts.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}