Easel QA

EaselQA Web plugin to record testcases

Was ist Easel QA?

Easel QA ist eine Chrome-Erweiterung, die von Dataphion entwickelt wurde, und ihr Hauptmerkmal ist "EaselQA Web plugin to record testcases".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Easel QA-Erweiterungs-CRX-Datei herunterladen

Laden Sie Easel QA-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        EaselQA is the only open source end to end test automation tool. Web plugin uses advance element locators and computer vision to efficiently manage the web element locators.                    

Grundlegende Informationen zur Erweiterung

Name Easel QA Easel QA
ID fneccpjdkpoklohjnaeockpddalmgpkb
Offizielle URL https://chromewebstore.google.com/detail/easel-qa/fneccpjdkpoklohjnaeockpddalmgpkb
Beschreibung EaselQA Web plugin to record testcases
Dateigröße 4.99 MB
Installationsanzahl 67
Aktuelle Version 1.0.1
Letztes Update 2020-09-03
Veröffentlichungsdatum 2020-08-14
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Dataphion
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://easelqa.com
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "EaselQA Web plugin to record testcases",
    "version": "1.0.1",
    "name": "Easel QA",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "ext-icon.png"
    },
    "icons": {
        "128": "ext-icon.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "record.bundle.js",
                "playback.bundle.js",
                "content.bundle.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "",
        "tabs",
        "activeTab",
        "webRequest",
        "notifications",
        "storage",
        "unlimitedStorage"
    ]
}