Zucchini Examples

Web testing examples.

Лицензия

Лицензия

Группа

Группа

de.codecentric.zucchini
Идентификатор

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

zucchini-examples
Последняя версия

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

1.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Zucchini Examples
Web testing examples.
Ссылка на сайт

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

https://github.com/codecentric/zucchini
Организация-разработчик

Организация-разработчик

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

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

https://github.com/codecentric/zucchini

Скачать zucchini-examples

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
de.codecentric.zucchini : zucchini-web jar 1.1.0

test (2)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-simple jar 1.7.7
junit : junit jar 4.11

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

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

Zucchini

Build Status

Zucchini is a BDD-style testing library that integrates well with JUnit and other testing frameworks.

Getting Started

You might want to take a look at the blog post Getting Started with Zucchini.

Installation

Using Maven

Binaries, sources, and javadocs are available from Maven Central.

You can use the BDD-style fluent interfaces alone:

<dependency>
	<groupId>de.codecentric.zucchini</groupId>
	<artifactId>zucchini-bdd</artifactId>
	<version>2.1.0</version>
</dependency>

or with Selenium support:

<dependency>
	<groupId>de.codecentric.zucchini</groupId>
	<artifactId>zucchini-web</artifactId>
	<version>2.1.0</version>
</dependency>

Without Maven

You can easily add this library to your classpath. Make sure you add the following dependencies to your classpath:

  • org.slf4j:slf4j-api
  • org.mockito:mockito-all
  • junit:junit

Examples

See the zucchini-examples project.

Contributing

Pull requests are welcome.

License

Zucchini is released under version 2.0 of the Apache License.

de.codecentric.zucchini

codecentric AG

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

Версия
1.1.0