This repository contains a set of API tests written in JavaScript using the Cucumber testing framework. The tests are designed to validate the functionality and behavior of various API endpoints for your application. By using Cucumber, you can create easily readable and maintainable test scenarios written in Gherkin syntax.
Before running the tests, ensure you have the following installed:
- Node.js (version X.X.X or higher)
- npm (Node Package Manager)
- Your API server should be up and running
Follow the steps below to set up the project and run the API tests:
- Clone this repository to your local machine:
git clone https://github.com/thinessGit/apicucumbertest.git
cd apicucumbertestnpm i installplace or create all feature file for testing in below path
\featuresplace or create all step definitions file for testing in below path
\step-definitionsnpm run testBy
Thiness Babu
Automation Test Architect
https://github.com/thinessGit/