Repo with assets that will be used in a talk about Karate testing framework that will be held in API Days Madrid 2019 Conference
You can find the slides here.
Once inside the cloned repo, you can run the test suite with your local Java runtime with:
java -jar karate.jar *
...or you can use your docker engine (useful if you don't have Java runtime installed):
docker build . -t karate-dsl
docker run -v "$PWD/target:/target" karate-dsl:latest
The execution should generate a Cucumber HTML report that could be open with your favourite browser at target/cucumber-html-reports/overview-features.html
A repo with a more complete Karate test suite could be found here
I went through all those examples in the following meetup
Send me anything but viruses to marta.arcones@gmail.com 👩💻