An open API service indexing awesome lists of open source software.

https://github.com/sridharbandi/cucumber-dt


https://github.com/sridharbandi/cucumber-dt

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Automation Project

This project automates the testing of book search functionality using Cucumber and generates detailed reports.

## Prerequisites

Before you begin, ensure you have met the following requirements:

- Node.js installed on your machine. You can download it from [nodejs.org](https://nodejs.org/).
- npm (Node Package Manager) comes with Node.js installation.
- Chrome browser installed for running tests.

## Installation

1. Clone the repository:

```sh
git clone
```

2. Navigate to the project directory:

```sh
cd partb
```

3. Install the dependencies:

```sh
npm install
```

## Running the Tests

To run the tests, use the following command:

```sh
npm test