GoTestPro

Achieve End-to-End Automation Testing with GoTestPro

ما هو GoTestPro؟

GoTestPro هو إضافة Chrome تم تطويرها بواسطة Royal Cyber، والميزة الرئيسية لها هي "Achieve End-to-End Automation Testing with GoTestPro".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة GoTestPro

قم بتنزيل ملفات الامتداد GoTestPro بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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/
عنوان صفحة المساعدة https://www.royalcyber.com/company/contact-us/
عنوان صفحة سياسة الخصوصية 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": [
                ""
            ]
        }
    ]
}