Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 672 Bytes

CONTRIBUTING.md

File metadata and controls

40 lines (26 loc) · 672 Bytes

Contributing

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.

Webpack dev server

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