This project provides a simple web application to exercise your automation skills by finding the needle in a haystack of dropdown options. The application is containerized using Docker and can be easily deployed using Docker Compose.
Ensure you have the following installed on your system:
git clone git@github.com:Chaos-Camp/Needle-Haystack-Challenge-.git
cd needle-in-haystack
-
Build and start the Docker containers:
docker-compose up --build
-
Open your browser and navigate to
http://localhost:8888
to view the application.
The goal of this web application is to find the "needle" in the dropdowns within the grid. Once you find it, select it to change the status to "Success" and the label color to green. You can use any tool and tenique you choose , key is the test needs to be flake free.