Skip to content

arcones/karate-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Karate 🥋 APIDaysMad19 🚀

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.

Prerequirements ☕ || 🐋

Run the test suite ⚙️

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

Reports 📊

The execution should generate a Cucumber HTML report that could be open with your favourite browser at target/cucumber-html-reports/overview-features.html

Want some more? 🆙

A repo with a more complete Karate test suite could be found here

I went through all those examples in the following meetup

Any feedback? 😇

Send me anything but viruses to marta.arcones@gmail.com 👩‍💻