UI Tester
javascriptprojectA straightforward desktop app for performing UI automation testing tasks. #
The source code is available on my GitHub here. It is a desktop application for performing automated testing of web UI document upload functionality. Built with Electron and Playwright, this tool allows you to batch upload JSON and CSV documents to web applications with full browser automation. A toggle lets the user skip file uploads to perform basic UI automation tests.

You can save and reuse configurations. This allows you to save all of the automation steps and CSS selectors to a file for later use or sharing with others. Overall, this is a simple tool that is primarily for testing file-uploading functionality, but it is flexible enough for other use cases as well.