Encapsulate

Record your Qyrus Web Tests and run them locally on your Chrome browser

Encapsulate क्या है?

Encapsulate qyrusai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Record your Qyrus Web Tests and run them locally on your Chrome browser"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Encapsulate एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Qyrus is a end to end testing platform designed to test Web, Mobile and APIs for all digital enterprises. With its codeless approach to testing Web, Mobile & APIs, Qyrus is the fastest way to start the journey of automated testing for your enterprise.

Qyrus Encapsulate:

Quickly record, configure and run functional UI tests. 

Record user journeys that are added to the Qyrus Test building screen, which can then be edited, parameterised and asserted for various conditions - test cases.

The recorder also lets you run the created tests to check for its validity and function before you push the test to the Qyrus cloud.

Qyrus Encapsulate chrome extension only used for the purpose of creating and playing-back web application UI tests in Qyrus Platform. This extension is only invoked when Qyrus.com is open and the user is authenticated on the platform. This extension doesn't work in stand alone mode.                    

एक्सटेंशन की मूल जानकारी

नाम Encapsulate Encapsulate
ID ggnhnadohjgcdiggmgfhfjfgpgbopbcc
आधिकारिक URL https://chromewebstore.google.com/detail/encapsulate/ggnhnadohjgcdiggmgfhfjfgpgbopbcc
विवरण Record your Qyrus Web Tests and run them locally on your Chrome browser
फ़ाइल का आकार 88.41 KB
स्थापना संख्या 220
वर्तमान संस्करण 2.4.4
अंतिम अपडेट 2023-09-23
प्रकाशन तिथि 2021-10-06
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर qyrusai
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://qyrus.com
सहायता पृष्ठ URL https://qyrus.com
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Encapsulate",
    "version": "2.4.4",
    "description": "Record your Qyrus Web Tests and run them locally on your Chrome browser",
    "icons": {
        "128": "assets\/Group16611.png"
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        "unlimitedStorage",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "scripts\/elementFinder.js",
                "scripts\/map.js",
                "scripts\/localRunResult.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'none';worker-src 'self';style-src 'self'",
        "content_scripts": "script-src 'self'; object-src 'none';worker-src 'self';style-src 'self' 'unsafe-eval' object-src 'self'"
    }
}