datamill Cucumber Integration

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

Лицензия

Лицензия

Категории

Категории

Cucumber Тестирование приложения и мониторинг Данные
Группа

Группа

foundation.stack.datamill
Идентификатор

Идентификатор

cucumber
Последняя версия

Последняя версия

0.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

datamill Cucumber Integration
A Java framework for web applications using a functional reactive style built on RxJava
Ссылка на сайт

Ссылка на сайт

https://github.com/rchodava/datamill

Скачать cucumber

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
org.hsqldb : hsqldb jar 2.3.3

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
0.1.0