Uploads all artifacts belonging to configuration ':chorus-sql:archives'

Chorus BDD Interpreter SQL extension

License

License

MIT
GroupId

GroupId

org.chorusbdd
ArtifactId

ArtifactId

chorus-sql
Last Version

Last Version

3.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

Uploads all artifacts belonging to configuration ':chorus-sql:archives'
Chorus BDD Interpreter SQL extension
Project URL

Project URL

http://www.chorus-bdd.org
Source Code Management

Source Code Management

http://github.com/Chorus-bdd/Chorus

Download chorus-sql

How to add to project

<!-- https://jarcasting.com/artifacts/org.chorusbdd/chorus-sql/ -->
<dependency>
    <groupId>org.chorusbdd</groupId>
    <artifactId>chorus-sql</artifactId>
    <version>3.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.chorusbdd/chorus-sql/
implementation 'org.chorusbdd:chorus-sql:3.1.3'
// https://jarcasting.com/artifacts/org.chorusbdd/chorus-sql/
implementation ("org.chorusbdd:chorus-sql:3.1.3")
'org.chorusbdd:chorus-sql:jar:3.1.3'
<dependency org="org.chorusbdd" name="chorus-sql" rev="3.1.3">
  <artifact name="chorus-sql" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.chorusbdd', module='chorus-sql', version='3.1.3')
)
libraryDependencies += "org.chorusbdd" % "chorus-sql" % "3.1.3"
[org.chorusbdd/chorus-sql "3.1.3"]

Dependencies

compile (1)

Group / Artifact Type Version
org.chorusbdd : chorus jar 3.1.3

test (2)

Group / Artifact Type Version
org.mockito : mockito-all jar 1.9.5
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.

Build Status

Chorus is a BDD test interpreter with extra capabilities for testing distributed architectures

Chorus is a versatile BDD (Behaviour Driven Development) testing interpreter

Conventional BDD tools require you to provide step definitions locally. This is possible with Chorus too.

However, the Chorus interpreter also allows you to publish step definitions over the network from your components or microservices under test. When the interpreter runs it can connect to your components, find the step definitons and execute them.

Chorus supports both Java (JVM-based) and Javascript components (enabling a direct connection to test Web apps in the browser)

Chorus is ideal for integration testing systems with microservice-based architectures.

Getting Started:

See The Chorus Website for documentation

The Issue Tracking page, for issue tracking!

Chorus is available under the open source MIT license

Contacts:

org.chorusbdd

Chorus Behaviour Driven Development

Organisation owning the Chorus BDD test interpreter

Versions

Version
3.1.3
3.1.2
3.1.0
3.0.0
3.0.0.RC2
3.0.0.RC1