Simple plugin that wraps the allure commands: generate, open and serve
-
Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "Allure Report" > Install Plugin
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
The plugin is developed without the need of allure being installed. Once the plugin is installed it will allow us to perform allure's generate, open and serve command on specific folders.
Generate: A pre-request in order to use this command is that the folder-name must contain the value allure-results
.
Open: A pre-request is that the folder-name must contain the value allure-report
.
Serve: A pre-request is that the folder-name must contain one of the following names allure-results
, surefire-reports
or failsafe-reports
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Plugin built using IntelliJ Platform Plugin Template and forked version of allure.