Wavingtest - Record & Play

Records a user session and generates code for automation and testing purposes for the Wavingtest project.

Qu'est-ce que Wavingtest - Record & Play ?

Wavingtest - Record & Play est une extension Chrome développée par WavingTest, et sa fonction principale est "Records a user session and generates code for automation and testing purposes for the Wavingtest project.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Wavingtest - Record & Play

Téléchargez les fichiers d'extension Wavingtest - Record & Play au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Crie cenários para os seus testes, registrando todo o passo a passo feito durante o processo. E possibilite a aplicação dos desses testes de forma automatizada e geração de códigos-fonte de testes correspondentes.                    

Informations de Base sur l'Extension

Nom Wavingtest - Record & Play Wavingtest - Record & Play
ID kmhbbbicfefeadjeacdomjkkncmaflee
URL Officiel https://chromewebstore.google.com/detail/wavingtest-record-play/kmhbbbicfefeadjeacdomjkkncmaflee
Description Records a user session and generates code for automation and testing purposes for the Wavingtest project.
Taille du Fichier 5.05 MB
Nombre d'Installations 169
Version Actuelle 4.0.2
Dernière Mise à Jour 2024-02-27
Date de Publication 2022-03-23
Évaluation 5.00/5 Total 5 Évaluations
Développeur WavingTest
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.wavingtest.com/
URL de la Page de Politique de Confidentialité https://app.wavingtest.com/assets/privacyPolicy-42d61731.pdf
Langues Prises en Charge pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wavingtest - Record & Play",
    "short_name": "WT R&P",
    "version": "4.0.2",
    "description": "Records a user session and generates code for automation and testing purposes for the Wavingtest project.",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "webNavigation",
        "scripting",
        "system.display",
        "contextMenus"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "16": ".\/icon16.png",
        "32": ".\/icon32.png",
        "48": ".\/icon48.png",
        "128": ".\/icon128.png"
    },
    "author": "Instituto Atl\u00e2ntico",
    "minimum_chrome_version": "93",
    "background": {
        "service_worker": ".\/background\/bg-loader.js"
    },
    "action": {
        "default_icon": ".\/icon24.png",
        "default_popup": "index.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/app.wavingtest.com\/*",
            "*:\/\/app-dev.wavingtest.com\/*",
            "*:\/\/develop.wavingtest.com\/*",
            "*:\/\/staging.wavingtest.com\/*",
            "*:\/\/preview.wavingtest.com\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApLPIuzZN+YABSunZvu+7tD17S1pf+9P7b2CwwYY4tb2OCYrtaVbRQEl2A4cln3L8aztOcr+TzwrjDu\/+8xVz\/uN\/zDOx1R2NcPlR+fkp1WGxhWmtwX8MMIoNUrd8SE7Y0qkk5XbD1Rj4G5VvqoPg9U3tX40TdxcqrkVvQDAxWmpyPKGcjLXAIrX2DkAFI\/oMA\/Rkw5rmM6mkVvxW+dDda48h8\/JN54jS3F4W+MkRiffcp3gsFpMKfSzqa+kwiVCk3MH0XW0Ieb+Og+o7Y\/7xL1sbT3H5E6VlSH45cuvPaHkgLOedk1EN9rcRyZaTOxvv7Lm4dvGxd6XV\/wJuMC5HawIDAQAB"
}