Cucumber-JVM: Nashorn

A backend for Cucumber JVM that uses Nashorn instead of Rhino

Лицензия

Лицензия

Категории

Категории

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

Группа

com.github.the-alchemist
Идентификатор

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

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

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

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Cucumber-JVM: Nashorn
A backend for Cucumber JVM that uses Nashorn instead of Rhino
Ссылка на сайт

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

https://github.com/The-Alchemist/cucumber-jvm
Система контроля версий

Система контроля версий

https://github.com/The-Alchemist/cucumber-jvm

Скачать cucumber-nashorn

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
info.cukes : cucumber-junit jar 1.2.5

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.mockito : mockito-all jar 1.10.19

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

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

Maven Central Build Status Coverage Status Join the chat at https://gitter.im/cucumber/cucumber-jvm

Cucumber-JVM is a pure Java implementation of Cucumber that supports the most popular programming languages for the JVM.

You can run it with the tool of your choice.

Cucumber-JVM also integrates with all the popular Dependency Injection containers.

Documentation

Start Here.

Hello World

Check out the simple cucumber-java-skeleton starter project.

Downloading / Installation

Install

Bugs and Feature requests

You can register bugs and feature requests in the Github Issue Tracker.

You're most likely going to paste code and output, so familiarise yourself with Github Flavored Markdown to make sure it remains readable.

At the very least - use triple backticks:

```java
// Why doesn't this work?
@Given("I have (\\d+) cukes in my (.*)")
public void some_cukes(int howMany, String what) {
    // HALP!
}
```

Please consider including the following information if you register a ticket:

  • What cucumber-jvm version you're using
  • What modules you're using (cucumber-java, cucumber-spring, cucumber-groovy etc)
  • What command you ran
  • What output you saw
  • How it can be reproduced

How soon will my ticket be fixed?

The best way to have a bug fixed or feature request implemented is to fork the cucumber-jvm repo and send a pull request. If the pull request has good tests and follows the coding conventions (see below) it has a good chance of making it into the next release.

If you don't fix the bug yourself (or pay someone to do it for you), the bug might never get fixed. If it is a serious bug, other people than you might care enough to provide a fix.

In other words, there is no guarantee that a bug or feature request gets fixed. Tickets that are more than 6 months old are likely to be closed to keep the backlog manageable.

Contributing fixes

See CONTRIBUTING.md

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

Версия
1.0.1