nickebbutt / Chorus-demo

Some simple Chorus examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chorus-demo

Build Status

This repository contains some simple Chorus examples which can be used as a starting point for your own features

Requirements

The Chorus demo runs with the Gradle build tool

Version 5.2.1 of the gradle wrapper is included in the project If you check out the project and run

gradlew build

or on Windows..

gradlew.bat build

This should download gradle, download chorus-3.1.0 (which is a test dependency in build.gradle), build all the java classes and run the tests

How test tests are run

The Chorus interpreter is invoked as a JUnit test suite (Chorus includes a JUnit runner which can identify the .feature files and presents each .feature as a JUnit test in the suite)

The class org.chorusdemo.AllChorusTests contains a JUnit suite definition

Note for Intellij IDEA users

Version 5.2.1 is a recent version of gradle (as of March 2019!) and older Intellij IDEA versions may have problems with it If you are having any issues with Intellij loading the gradle project, you can either downgrade the gradle wrapper, or try a current version of IDEA

About

Some simple Chorus examples

License:MIT License


Languages

Language:Java 69.7%Language:Gherkin 30.3%