This project demonstrates a simple Karate DSL test suite showcasing some features for API testing and automation.
Make sure you have Java and Maven installed.
To execute all tests:
mvn test
- β Basic API calls with assertions
- π Data-driven testing using CSV
- β»οΈ Reusability with
call
and shared feature files - π Dynamic value passing between features
- π Environment config via
karate-config.js
- Java 8 or higher
- Maven 3.x
- Clone the repo:
git clone https://github.com/Artenes/karate-demo.git cd karate-demo
- Run the tests:
mvn test
Artenes Junior Gomes Nogueira
- GitHub: https://github.com/Artenes
- LinkedIn: https://linkedin.com/in/artenes
This project is open-source and available under the MIT License.