Skip to content

Examples for various types of Karate tests, used in my conference talk "Karate - beyond API testing".

Notifications You must be signed in to change notification settings

bischoffdev/karate-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Karate sample tests

This is the example code from my presentation "Karate - beyond API testing" showcasing

  • API test
  • UI test
  • Combined API and UI test
  • API mock
  • Mocked API and UI test
  • Visual test
  • Performance test

Usage

It uses the Coffee Cart sample available here: https://github.com/jecfish/coffee-cart

To install it, use npm install, to run it locally, use npm run dev.

The baseUrl of the local website can be updated in karate-config.

About

Examples for various types of Karate tests, used in my conference talk "Karate - beyond API testing".

Topics

Resources

Stars

Watchers

Forks