This project is a frontend service designed for practicing automated UI testing.
It works together with the testing-playground-backend.
If you are able to run this project, you have probably already read the README.
Feel free to use this playground to improve your UI automation skills, experiment with the code, or contribute new features and improvements.
- Vue 3
- TypeScript
- Vite
- Pinia
- Docker (for easy containerized deployment)
This project provides a docker-compose.yml
file for quick startup.
- Make sure you have Docker or Docker Desktop installed.
- Open a terminal and navigate to the root directory of the project.
- Run:
docker compose up
- The frontend will be available at
http://localhost:4000
.
You can also run the frontend using only Docker:
docker build -t romsper/testing-playground-frontend .
docker run -p 4000:4000 romsper/testing-playground-frontend
- Clone the repository.
- Install dependencies:
npm install
- Start the development server:
npx vite --port=4000
- Open
http://localhost:4000
in your browser.
Don’t forget to star the project on GitHub, create Issues, and send Pull Requests with improvements!
This romsper | QA Buddy is my personal Telegram channel where I share my experience and knowledge about testing. I will be glad to see you there!
This project is licensed under the MIT License.