https://github.com/sridharbandi/cucumber-dt
https://github.com/sridharbandi/cucumber-dt
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sridharbandi/cucumber-dt
- Owner: sridharbandi
- Created: 2024-12-19T19:57:09.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-01-05T08:41:04.000Z (10 months ago)
- Last Synced: 2025-02-14T08:15:32.173Z (8 months ago)
- Language: TypeScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
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