Zucchini Web JUnit

Web testing tools integration for JUnit.

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

de.codecentric.zucchini
ArtifactId

ArtifactId

zucchini-web-junit
Last Version

Last Version

2.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Zucchini Web JUnit
Web testing tools integration for JUnit.
Project URL

Project URL

https://github.com/codecentric/zucchini
Project Organization

Project Organization

codecentric AG
Source Code Management

Source Code Management

https://github.com/codecentric/zucchini

Download zucchini-web-junit

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
de.codecentric.zucchini : zucchini-bdd jar 2.1.0
de.codecentric.zucchini : zucchini-web jar 2.1.0
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

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

Versions

Version
2.1.0
2.0.1
2.0.0
1.2.1
1.2.0
1.1.3