allure
Allure Report is a flexible, lightweight multi-language test reporting tool. It provides clear graphical reports and allows everyone involved in the development process to extract the maximum of information from the everyday testing process
Package Information
- Domain:
github.com/allure-framework/allure2
- Name:
allure
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install allure
Programs
This package provides the following executable programs:
allure
Available Versions
Show all 11 versions
2.34.1
,2.34.0
,2.33.0
,2.32.2
,2.32.0
2.31.0
,2.30.0
,2.29.0
,2.28.0
,2.27.0
2.26.0
Latest Version: 2.34.1
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) allure -- $SHELL -i
Dependencies
This package depends on:
openjdk.org
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.allure
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)
Links
This documentation was auto-generated from package data.