Skip to content

Chaos-Camp/Needle-Haystack-Challenge-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Needle & Haystack

Watch the video 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.

Table of Contents

Prerequisites

Ensure you have the following installed on your system:

Getting Started

Clone the Repository

git clone git@github.com:Chaos-Camp/Needle-Haystack-Challenge-.git
cd needle-in-haystack

Build and Run with Docker Compose

  1. Build and start the Docker containers:

    docker-compose up --build
  2. Open your browser and navigate to http://localhost:8888 to view the application.

Usage

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.