sangcnguyen / karate-api-example

An example of how to use Karate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Karate practise

This is an example of how to use Karate in real project. All API in this project is a playground for learning more API testing and tools. See API doc

Run a single feature file

To run a script *.feature file from your Java IDE, right-click APITestRunner.

Run feature file from Maven/ CI tool

mvn test -Dkarate.options="--tags @full-test,@smoke-test" -Dtest=APITestRunner

About

An example of how to use Karate


Languages

Language:Gherkin 71.9%Language:Java 20.1%Language:JavaScript 8.0%