Scrump31 / clientAddressAPITests

API tests created with Karate DSL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Karate API Tests

Overview

This project includes API Tests for the Client-Manager repo.

Getting Started

Clone or download the Client-Manager repo and install using the instructions in the README. You will need access to a Mongo database either locally or using a service such as MongoAtlas. If running the project using VSCode, please install the recommended extensions. Eclipse IDE is an excellent alternative if you choose not to use VSCode. The Cucumber Eclipse Plugin provides a great experience working with Karate in Eclipse.

Running Tests

Before running tests, be sure the Client-Manager repo is up and running. If you are using VSCode with the recommended Karate Runner plugin, you can click the Karate:Run link above any feature file as illustrated in the following image:

Karate Vscode

If you are using Eclipse, you can run tests by right-clicking the feature file and selecting "run as Cucumber feature" as illustrated in the following image:

Karate Eclipse

Assuming you have Maven installed on your system, you can run mvn test from the command line to execute all tests.

Reports

Auto-generated test reports are stored in the target folder after each test run.

About

API tests created with Karate DSL


Languages

Language:Gherkin 55.8%Language:Java 33.5%Language:JavaScript 10.7%