Front-end Pipeline
The Front-end CI/CD pipeline automates the process of building and testing the front-end application. Below is an overview of the pipeline's workflow:
- Code Development: Code is written on the developer's PC.
- Code Push: Code is pushed to the GitLab server.
- Build: The pipeline builds the React application using Vite.
- Test: Automated tests are executed to ensure code quality.
- Build Docker Image: A Docker image of the application is created.
- Verification: The pipeline determines whether the build passes all checks (✅) or fails (❌).