https://github.com/codecentric/zucchini
https://github.com/codecentric/zucchini
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codecentric/zucchini
- Owner: codecentric
- License: apache-2.0
- Created: 2014-05-28T12:09:04.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-27T15:31:45.000Z (over 10 years ago)
- Last Synced: 2025-04-19T21:55:40.880Z (9 months ago)
- Language: Java
- Size: 655 KB
- Stars: 8
- Watchers: 149
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Zucchini
========
[](https://travis-ci.org/codecentric/zucchini)
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](https://blog.codecentric.de/en/2014/07/getting-started-zucchini/).
## Installation
### Using Maven
Binaries, sources, and javadocs are available from Maven Central.
You can use the BDD-style fluent interfaces alone:
```xml
de.codecentric.zucchini
zucchini-bdd
2.1.0
```
or with Selenium support:
```xml
de.codecentric.zucchini
zucchini-web
2.1.0
```
### 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][].
[Pull requests]: http://help.github.com/send-pull-requests
[Apache License]: http://www.apache.org/licenses/LICENSE-2.0