GithubHelp home page GithubHelp logo

kendo's Introduction

Kendo

This project provides the ability to easily run API and API workflow tests using Karate.

The sample tests under ./src/test use kendo to manage the test setup, execution and reporting in a standard way.

Results are published in junit, html and cucumber-reporting format. Results are also published to ReportPortal

Running the tests

Running the tests with gradle command

There are multiple ways to run the tests under ./src/test folder

Example

TARGET_ENVIRONMENT=prod TEST_TYPE=workflow ./gradlew clean test

Build the uber jar

  • Build an uber jar:

    ./gradlew build

  • The above command will create a jar in the upload folder with the name like: upload/kendo-0.0.1.jar

Running the tests with a shell script:

cd upload 
PARALLEL=3 TARGET_ENVIRONMENT=prod TEST_TYPE=workflow ./runAPIWorkflowTests.sh

Running the tests with the uber jar:

cd upload
PARALLEL=3 TARGET_ENVIRONMENT=prod TEST_TYPE=workflow java -jar kendo-0.0.1.jar

Guidelines

Read the CODING GUIDLINES FOR AUTOMATION USING KARATE for writing tests in this framework

Contact

Contact @BagmarAnand for help / information / feedback on this repo

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.