/asdf-allure

asdf plugin for allure framework is a flexible lightweight multi-language test report tool

Primary LanguageShellApache License 2.0Apache-2.0

asdf-allure Build Lint

allure plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, tar: generic POSIX utilities.
  • java: see asdf-java for installtion instructions

Install

Plugin:

asdf plugin add allure
# or
asdf plugin add allure https://github.com/comdotlinux/asdf-allure.git

allure:

# Show all installable versions
asdf list-all allure

# Install specific version
asdf install allure latest

# Set a version globally (on your ~/.tool-versions file)
asdf global allure latest

# Now allure commands are available
allure --version

Check asdf readme for more instructions on how to install & manage versions.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Guruprasad Kulkarni