Endtest - Codeless Automated Testing

Record your Web Tests and add them to your Endtest account.

Wat is Endtest - Codeless Automated Testing?

Endtest - Codeless Automated Testing is een Chrome-extensie ontwikkeld door https://endtest.io, en de belangrijkste functie is "Record your Web Tests and add them to your Endtest account.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Endtest - Codeless Automated Testing

Download Endtest - Codeless Automated Testing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        The Endtest extension allows you to record Web Tests directly in your Chrome browser and add them into your Endtest account.

It can identify elements by ID, Name, XPaths and CSS Selectors. 

The extension can also handle complex scenarios, which involve iframes and multiple tabs.

Tutorial:
https://app.endtest.io/guides/docs/how-to-create-web-tests/                    

Basisinformatie over de Extensie

Naam Endtest - Codeless Automated Testing Endtest - Codeless Automated Testing
ID jbdgfkeimppmnfemmgfafiomihlibdfa
Officiële URL https://chromewebstore.google.com/detail/endtest-codeless-automate/jbdgfkeimppmnfemmgfafiomihlibdfa
Beschrijving Record your Web Tests and add them to your Endtest account.
Bestandsgrootte 148 KB
Aantal Installaties 2,163
Huidige Versie 0.0.1.4
Laatst Bijgewerkt 2023-11-17
Publicatiedatum 2020-06-02
Beoordeling 4.58/5 Totaal 12 Beoordelingen
Ontwikkelaar https://endtest.io
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://endtest.io/privacy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Endtest - Codeless Automated Testing",
    "short_name": "Endtest",
    "author": "Endtest",
    "homepage_url": "https:\/\/endtest.io",
    "description": "Record your Web Tests and add them to your Endtest account.",
    "version": "0.0.1.4",
    "icons": {
        "16": "icon_new.png",
        "48": "icon_new.png",
        "128": "icon_new.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "storage",
        "webNavigation"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "match_origin_as_fallback": true,
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content.js",
                "popup.js"
            ]
        }
    ],
    "action": {
        "default_icon": "icon_new.png",
        "default_popup": "popup.html"
    }
}