Skip to content

kloia/karate-webinar-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Kloia Karate Webinar 2023 Karate API Functional Testing Automation Project

This project includes API Automation Testing with Karate Framework.

Tool stack

  • Karate Framework - Development Framework
  • Java/Javascript/Scala - Development Language
  • IntelliJ IDE - Development IDE
  • Maven - Package Management

Installation

Quick Setup ( for mac and windows )

  • cd "users/xxx/karateProject" => path should be edited
  • mvn archetype:generate -DarchetypeGroupId=com.intuit.karate -DarchetypeArtifactId=karate-archetype -DarchetypeVersion=1.3.1 -DgroupId=com.mycompany -DartifactId=webinar

Running Tests

  1. It can be run based on scenario or feature by pressing the green RUN button on the IDE.

  2. Scenarios determined on the JUnit runner can be run again by pressing the green RUN button.

  3. Running it via CLI by giving 'Runner class' and 'tagname'.

    mvn clean test -Dtest=RunnerName "-Dkarate.options=--tags @tagName" mvn clean test -Dtest="CucumberRunner#testAll"