trudl

A chrome extension for recording functional UI tests without scripting

Was ist trudl?

trudl ist eine Chrome-Erweiterung, die von https://trudl.io entwickelt wurde, und ihr Hauptmerkmal ist "A chrome extension for recording functional UI tests without scripting".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

trudl-Erweiterungs-CRX-Datei herunterladen

Laden Sie trudl-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

                        Trudl is a no-code tool for creating and running UI tests. Trudl is a great alternative to Selenium if you don't want to spend time setting it up, writing scripts and maintaining them.

UI functional testing with trudl is easy:

  1. Use this Chrome extension to record tests in the Chrome browser
  2. Go to trudl.io, download the desktop app for running tests locally
  3. View test results, screenshots and more!

A free automation testing app, Trudl enables software developers and QA teams to automate their regression test cases at no cost and without coding. Software testing is an extremely crucial process of the software development life-cycle and Trudl makes testing web apps easier.                    

Grundlegende Informationen zur Erweiterung

Name trudl trudl
ID ekpmjhjajeicndehkmjhilbkbmlcmhlk
Offizielle URL https://chromewebstore.google.com/detail/trudl/ekpmjhjajeicndehkmjhilbkbmlcmhlk
Beschreibung A chrome extension for recording functional UI tests without scripting
Dateigröße 9.1 MB
Installationsanzahl 14
Aktuelle Version 1.0.8
Letztes Update 2020-11-25
Veröffentlichungsdatum 2020-06-28
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://trudl.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://trudl.io
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "trudl",
    "description": "A chrome extension for recording functional UI tests without scripting",
    "version": "1.0.8",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "auth0chrome.min.js",
            "jwt-decode.min.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "trudl-logo-v3-no-smile-white-bg-16x16.png",
        "48": "trudl-logo-v3-no-smile-white-bg-48x48.png",
        "128": "trudl-logo-v3-no-smile-white-bg-128x128.png"
    },
    "permissions": [
        "tabs",
        "identity",
        "storage",
        "notifications",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/auto-test-web-db.herokuapp.com\/*",
        "http:\/\/localhost:8080\/*",
        "http:\/\/dev-trudl.auth0.com\/*",
        "https:\/\/trudl.auth0.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/trudl.io\/*",
            "*:\/\/new.trudl.io\/*",
            "*:\/\/beta.trudl.io\/*",
            "*:\/\/app.trudl.io\/*",
            "*:\/\/www.trudl-local.com\/*"
        ]
    },
    "manifest_version": 2,
    "incognito": "split"
}