Encapsulate

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

¿Qué es Encapsulate?

Encapsulate es una extensión de Chrome desarrollada por qyrusai, y su función principal es "Record your Qyrus Web Tests and run them locally on your Chrome browser".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Encapsulate

Descarga archivos de extensión Encapsulate en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Encapsulate Encapsulate
ID ggnhnadohjgcdiggmgfhfjfgpgbopbcc
URL Oficial https://chromewebstore.google.com/detail/encapsulate/ggnhnadohjgcdiggmgfhfjfgpgbopbcc
Descripción Record your Qyrus Web Tests and run them locally on your Chrome browser
Tamaño del Archivo 88.41 KB
Cantidad de Instalaciones 220
Versión Actual 2.4.4
Última Actualización 2023-09-23
Fecha de Publicación 2021-10-06
Calificación 5.00/5 Total de 7 Calificaciones
Desarrollador qyrusai
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://qyrus.com
URL de la Página de Ayuda https://qyrus.com
Idiomas Soportados 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'"
    }
}