Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.33 KB

CONTRIBUTING.md

File metadata and controls

19 lines (15 loc) · 1.33 KB

Contribute to the Allure Framework

In order to build Allure, you need:

  • JDK 1.7 or above (tested with Oracle JDK on different platforms) to compile and run.
  • Maven 3.0.4 or above to build.
  • PhantomJS 1.9 or above to run browser tests.

When editing the code, please configure your preferred IDE to use UTF-8 for all files and 4-space indentation. To build the project, you need to run:

$ mvn clean install

Pull requests

In addition, you should know that we declare minor versions of Allure fully compatible, so the produced XML format shouldn't change in your pull request. If you would like to introduce changes to the XML, please contact us before implementing.