Automaty is a React project built with Vite and TypeScript, designed to help QA Automation professionals practice their End-to-End testing skills using tools like Selenium and Cypress.
This app is publicly available here. But if you want to run it locally, follow these steps:
- Install the dependencies
npm install
- Run the development server
npm run dev
- Start automating!
Note
If you want to "login", use "admin" as your username
and password
. It's currently hardcoded with a fake delay between 1-5 randomly so you can practice waiting for an element to appear on the next route.
Contributions are welcome! If you'd like to contribute to Automaty, please fork the repository and submit a pull request.