This repository was archived by the owner on Jan 14, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 165
JUnit
Ivan Krutov edited this page May 22, 2014
·
7 revisions
Allure report can be generated for any JUnit test. In order to get test results you need:
- Add AllureRunListener to JUnit
- Add AspectJ Weaver and respective properties
- Run tests
See example project: https://github.com/allure-framework/allure-junit-example
Right now using Allure with Ant is not possible because RunListener that we provide is only supported in JUnit 4 whereas even the latest version of Ant requires the implementation of JUnit 3 specific interfaces.
- aShot - WebDriver Screenshot utility. Take screenshots, crop, prettify, compare.
- HTML Elements - A Java framework that provides easy-to-use interaction with page elements in webpage tests.
- Properties - A Java library for populating beans with system environment properties in a simple and convenient way.
- Perspective - API and shell to orchestrate multiple clouds.