AuTomato - Easy E2E tests and web automation
AuTomato is a Chrome extension that allows users to automate web tasks and make end-to-end (E2E) testing easier. With this extension, users can record their web interactions and export them as Playwright or Puppeteer JavaScript code. The recorded interactions can also be replayed to automate web tasks.
One of the key features of AuTomato is the ability to edit the events of recorded web interactions within the extension's popup. Users can also set up which JavaScript events they want to be recorded. Additionally, by holding the alt-key while capturing certain events like "pointerover" or "pointerout," users can track "locked" events.
While the tracking of assertions is already enabled, it is not yet completely finished. However, successfully tracked recordings can be replayed in a new browser window, allowing users to visually check their recordings.
Overall, AuTomato is a useful tool for automating web tasks and simplifying E2E testing. It provides a straightforward way to record and replay web interactions, and the ability to export recordings as JavaScript code for use with Playwright or Puppeteer.