An open API service indexing awesome lists of open source software.

https://github.com/bischoffdev/karate-ui

Examples for various types of Karate tests, used in my conference talk "Karate - beyond API testing".
https://github.com/bischoffdev/karate-ui

api-mocking api-testing karate-framework performance-testing test-automation ui-testing

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](src/test/java/karate-config.js).