AuTomato - Easy E2E tests and web automation

Automate your web tasks or make E2E testing easier just by recording your web interaction

¿Qué es AuTomato - Easy E2E tests and web automation?

AuTomato - Easy E2E tests and web automation es una extensión de Chrome desarrollada por Wilhelm Dewald, y su función principal es "Automate your web tasks or make E2E testing easier just by recording your web interaction".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión AuTomato - Easy E2E tests and web automation

Descarga archivos de extensión AuTomato - Easy E2E tests and web automation en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        AuTomato helps you to record your web interactions and export these recordings as Playwright or Puppeteer Javascript code. You can also replay the recordings to automate web tasks. 

Edit the events of your recorded web interactions inside the extensions popup and setup the javascript events you want to be recorded. But if you want to track "locked" events, like for example "pointerover" or "pointerout", you need to hold the alt-key during capturing these events (its just because a few events are fired too often, so it would make no sense to track them all).

The tracking of assertions is already enabled but is not completely finished yet. 

Successfully tracked recordings can also be replayed in a new browser window, to give you the opportunity to visually check your recording.

Please help me to improve the extension so feel free to contact me for critics, bug reports and feature requests.

Feature list:

Version 0.1.0:
- Tracking multiple javascript events: scroll, click, dblclick, pointerdown, pointerup, pointerenter, pointerleave, pointerout, pointerover, keydown, keypress, keyup (Most the events are disabled per default, so you need to enable them inside the popup settings page)
- Edit, delete and replay recordings.
- Delete recording events (Editing recording events is not implemented yet)
- Recordings export as Puppeteer or Playwright JS code
- Pause a recording to be able to track assertions (Press the alt-key + Click on a HTML element during the recording is paused).

Version 0.1.1:
- Assertions and Events are now (partially) editable. 
- CSS-Selector settings are now also editable. That gives the possibility to optimize your css selector strings.

Version 0.1.2 + 0.1.3:
- Minor CSS and Code Bug Fixes

Version 0.1.4
- Added Cypress Js export 
- Fixed a few minor assertion bugs

Version 0.1.5
- Bug fixes

Version 0.1.6

- Updated and fixed Playwright script for iFrames and popups (tested with version 1.32.3)
- Updated and fixed Puppeteer script for iFrames and popups (tested with version 19.11.0)
- Updated and fixed Cypress script for iframes (tested with version 12.10.0)
- Refactored iFrame handling and added support to popups.
- In replay mode you can now edit events during the replay.

Version 0.2.0

- Its now possible to define variables within an input value by wrapping the variable name in curly braces. For example {{variable_example}}. More possibilities to define variables will follow with the next updates.
- Before running the replay of a recording its now possible to reset the browser settings.
- Fixed a few replay bugs
- Playwright: added variables support and tested with the latest version 1.40.1
- Puppeteer: added variables support and tested with the latest version 21.6.1.
- Cypress: added variables support and tested with the latest version 13.6.1. Also fixed a few export bugs.                    

Información Básica de la Extensión

Nombre AuTomato - Easy E2E tests and web automation AuTomato - Easy E2E tests and web automation
ID bhfbkacflpnpfgfjghhajikhfghcknip
URL Oficial https://chromewebstore.google.com/detail/automato-easy-e2e-tests-a/bhfbkacflpnpfgfjghhajikhfghcknip
Descripción Automate your web tasks or make E2E testing easier just by recording your web interaction
Tamaño del Archivo 988 KB
Cantidad de Instalaciones 86
Versión Actual 0.2.0
Última Actualización 2023-12-26
Fecha de Publicación 2022-07-10
Desarrollador Wilhelm Dewald
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.wilhelmdewald.com/automato/
URL de la Página de Política de Privacidad https://www.wilhelmdewald.com/automato
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AuTomato - Easy E2E tests and web automation",
    "description": "Automate your web tasks or make E2E testing easier just by recording your web interaction",
    "version": "0.2.0",
    "manifest_version": 3,
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/icon_16.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.tsx-loader.014690bb.js"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "css": [
                "css\/root.css",
                "assets\/DefaultForm.63c94670.css",
                "assets\/index.3d298b42.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "css\/root.css",
                "img\/icon_128.png",
                "img\/icon_48.png",
                "ttf\/Roboto-Thin.ttf",
                "ttf\/Roboto-Regular.ttf",
                "ttf\/Roboto-Medium.ttf",
                "ttf\/Roboto-Bold.ttf",
                "img\/crosshairs-solid.svg",
                "img\/square-solid.svg",
                "img\/pause-solid.svg",
                "img\/pause-circle-solid.svg",
                "img\/play-solid.svg",
                "img\/pencil-solid.svg",
                "img\/trash-alt-regular.svg",
                "img\/times-solid.svg",
                "img\/square-regular.svg",
                "img\/check-square-regular.svg",
                "img\/xmark-solid.svg"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/times-solid.77c9f9d1.svg",
                "assets\/chunk-5a794b45.js",
                "assets\/chunk-f1e49381.js",
                "assets\/chunk-b93f96a5.js",
                "assets\/chunk-d4554d72.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "webNavigation",
        "browsingData"
    ]
}