Trudon test recorder

Easily create end-to-end regression tests.

O que é Trudon test recorder?

Trudon test recorder é uma extensão do Chrome desenvolvida por Algotech Solutions, e sua principal característica é "Easily create end-to-end regression tests.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Trudon test recorder

Baixe arquivos de extensão Trudon test recorder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Trudon is a codeless testing and monitoring solution that guards against software risks such as bugs and downtime.

Our Mission is to save Product Owners, Project Managers and Developers from the dread of testing and monitoring, by providing a strong but approachable alternative that simulates and validates real in-app customer experience workflows, with no special training required.

Scriptless testing
No need to learn how to code. Just press play and you get automated tests that scale to any resolution or platform!

Parallel test execution in the cloud
All tests run in the cloud, so no need for additional setup. We parallelize tests for optimal speed.

Screenshots and request history
Complete control over testing flows, with real screenshots and network requests always available.

Monitoring
Ensure vital site interactions, like signup, login or checkout flows work as intended, every time, and get alerted when they don't.

How it works - Just three simple steps required to reduce risks by testing and monitoring anything that runs in a browser
1. Add Our Extension: Simply install the Trudon extension in your web browser. Yes, it's that easy to call our superhero to your help.
2. Record in Your Browser: When activated, Trudon records all your interactions. You can now set expectations for your app's behaviour.
3. Run Tests Continuously: Your recorded interactions and expectations are continuously checked in the cloud, giving you testing and monitoring all in one, complete with logging artefacts (requests and screenshots)                    

Informações Básicas da Extensão

Nome Trudon test recorder Trudon test recorder
ID ecakdaaihnpkmpoafoabpfcmjoikalbf
URL Oficial https://chromewebstore.google.com/detail/trudon-test-recorder/ecakdaaihnpkmpoafoabpfcmjoikalbf
Descrição Easily create end-to-end regression tests.
Tamanho do Arquivo 7.45 MB
Contagem de Instalações 37
Versão Atual 3.5.1
Última Atualização 2021-06-13
Data de Publicação 2020-06-29
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Algotech Solutions
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.gettrudon.com
URL da Página de Ajuda https://www.gettrudon.com/faq/
URL da Página de Política de Privacidade https://www.gettrudon.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trudon test recorder",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scriptsInjector.bundle.js"
            ],
            "all_frames": false,
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "frameMenu.html",
        "assets\/*",
        "browser-alerts-wrapper.js",
        "contentScriptStyles.css"
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "history",
        "webNavigation",
        "cookies",
        ""
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+1"
            }
        },
        "switch-mode-to-record": {
            "suggested_key": {
                "default": "Alt+Shift+R"
            },
            "description": "Toggle record mode."
        },
        "switch-mode-to-expectations": {
            "suggested_key": {
                "default": "Alt+Shift+E"
            },
            "description": "Toggle expectations mode."
        },
        "request-stop-extension": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            },
            "description": "Stop extension."
        }
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/www.trudonapp.com\/*",
            "http:\/\/127.0.0.1\/*",
            "*:\/\/stag.trudonapp.com\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnZ39B7K07sUdlk9jWQm2+mV7p1v73eEzKPtQi\/QPS2kYhFbx360JAt4cF3z+EX8y8P7dD5Y\/5tPYpj7+k+tJgDX76OO1BIwmWww1t8GEdaPl9rgpe0GlkChDD2a4arKmJXtmaPQ3+3Gtyp1rTUPLF6d1coXWhWH384cj08Tb\/lvSS3kAA+Pj1o31\/alHT7VqoOTt9JaI7zNjLDNgc6bdMPT+q5ZNvZkJEKL+sbC+IFA0Xx1Rp\/a15f5ppOr4itMMTSFNvjGdXb+SOTuZUXu5WG5oPFEpHbOlCD092BZ+gnv\/7lfgvslEMEVOrGSICiYv5+M9DUoFitTvyccxEVozWQIDAQAB",
    "description": "Easily create end-to-end regression tests.",
    "version": "3.5.1"
}