datamill Cucumber Integration

A Java framework for web applications using a functional reactive style built on RxJava

License

License

Categories

Categories

Cucumber Application Testing & Monitoring Data
GroupId

GroupId

foundation.stack.datamill
ArtifactId

ArtifactId

cucumber
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

datamill Cucumber Integration
A Java framework for web applications using a functional reactive style built on RxJava
Project URL

Project URL

https://github.com/rchodava/datamill

Download cucumber

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
foundation.stack.datamill : core jar 0.1.0
org.slf4j : slf4j-api jar 1.7.16
info.cukes : cucumber-java jar 1.2.4
info.cukes : cucumber-picocontainer jar 1.2.4
com.jayway.jsonpath : json-path jar 2.2.0
junit : junit jar 4.12
org.subethamail : subethasmtp jar 3.1.7

test (1)

Group / Artifact Type Version
org.hsqldb : hsqldb jar 2.3.3

Project Modules

There are no modules declared in this project.

datamill Build Status Coverage Status Maven Central Join the chat at https://gitter.im/rchodava/datamill

datamill is a Java framework for web applications using a functional reactive style built on RxJava. It is intended to be used with Java 8 and lambdas. Unlike other modern Java frameworks, it makes the flow and manipulation of data through your application highly visible. That means that you won't find yourself strewing your code with magic annotations, whose function and effect are hidden within complex framework code and documentation. Instead, you will explicitly specify how data flows through your application, and how to modify that data as it does. And you do so using the simple style that RxJava allows.

datamill is still in an early stage of development but we use it to build several large web applications we're working on. While we find it a joy to work with, we expect some issues may crop up, and some things will change.

Check out our Developer Guide to get started!

We've also published an introductory blog post.

Versions

Version
0.1.0