https://github.com/dimaj/zucchini-sample
Sample project on how to use Zucchini
https://github.com/dimaj/zucchini-sample
Last synced: 8 months ago
JSON representation
Sample project on how to use Zucchini
- Host: GitHub
- URL: https://github.com/dimaj/zucchini-sample
- Owner: dimaj
- Created: 2015-07-14T02:44:46.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-14T03:55:05.000Z (over 10 years ago)
- Last Synced: 2025-07-14T03:04:41.507Z (11 months ago)
- Language: Java
- Homepage: http://blog.dimaj.net/content/introduction-zucchini
- Size: 3.46 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zucchini-sample
Sample project on how to use Zucchini
This project demonstrates how to create a Zucchini project. This is a fully working project that has 2 TestContexts: one for Chrome driver and one for Firefox driver. At the end, you'll end up with a HTML report which is found at: `target/zucchini-reports/feature-overview.html`
By default, this project is using a mac version of `chromedriver` which is located in the `lib` folder. If you are on a differnet OS, please refer to the comments in `pom.xml` on how to get the proper driver and how to configure it.