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 [email protected] πŸ‘©β€πŸ’»

About

Recursos para la charla de Karate http://apidaysmad.apiaddicts.org/schedule/#session-12

Resources

Stars

Watchers

Forks

Packages

No packages published