Giter Site home page Giter Site logo

karate-codemotion's Introduction

Karate ๐Ÿฅ‹ Codemotion Madrid 2019 ๐Ÿš€

Repo with assets that will be used in a talk about Karate testing framework that will be held in Codemotion 2019 Madrid Conference

You can find the slides here.

Requirements

Run the test suite โš™๏ธ

Once inside the cloned repo, you can use gradle and the docker engine to:

## Run the HTTP API
cd cats-as-a-service && ./gradlew clean shadowJar run ; cd -

This will block your terminal, so open a new one to run the tests against the HTTP service with:

## Run the test suite
docker build . -t karate-dsl && docker run -v "$PWD/target:/target" --network=host  karate-dsl:latest

Take into account...

Although this project contains an HTTP API coded in Java, you can test with Karate any HTTP API, no matter the language it is written.

Reports ๐Ÿ“Š

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

Want some more? ๐Ÿ†™

I did a more extensive talk about Karate in the following meetup.

Any feedback? ๐Ÿ˜‡

Send me anything but viruses to [email protected] ๐Ÿ‘ฉโ€๐Ÿ’ป

karate-codemotion's People

Contributors

arcones avatar

Stargazers

Lukas avatar  avatar

Watchers

James Cloos avatar  avatar

Forkers

utahraul

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.