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".
- Host: GitHub
- URL: https://github.com/bischoffdev/karate-ui
- Owner: bischoffdev
- Created: 2024-02-04T16:51:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-19T09:18:43.000Z (5 months ago)
- Last Synced: 2026-01-19T16:53:46.934Z (5 months ago)
- Topics: api-mocking, api-testing, karate-framework, performance-testing, test-automation, ui-testing
- Language: Gherkin
- Homepage: https://www.softwaretester.blog
- Size: 746 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).