We love pull requests from everyone.
Fork, then clone the repo:
$ git clone git@github.com:your-username/allure2.git
Then build the project (build requires JDK 1.8 or higher):
$ ./gradlew build
Make your change. Add tests for your change. Make sure all the tests pass:
$ ./gradlew test
Push your fork and submit a pull request.
To start dev server you can run
$ ./gradlew build //only for a first time
$ ./gradlew dev
And then open http://localhost:3000
Also you can choose different demo data using results
parameter:
$ ./gradlew dev -Presults=allure2