suraj-self / AutoTestLab

This project is the demonstration of a scalable, reusable, maintainable automation framework based on page object model using selenium webdriver, pytest and python
0 stars 0 forks source link

Create Docker Configuration for Backend and Frontend Deployment #4

Closed suraj-self closed 2 months ago

suraj-self commented 5 months ago

Develop Docker configurations to deploy the web application with separate containers for the backend and frontend. The backend will serve the FastAPI application, and the frontend will serve the static HTML, CSS, and JavaScript files.

suraj-self commented 2 months ago

Out of scope for now.