funfedi_results.allure ¶
AllureResults
dataclass
¶
Class to manage allure results
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
path
|
Path
|
|
PosixPath('allure-results')
|
Source code in funfedi_results/allure/__init__.py
clean ¶
create_zip ¶
create_zip(zipfilename: Path)
Zips all files in the allure-results directory into a file. Files
are checked to have the naming convention {app_name}_{app_version}.zip
Source code in funfedi_results/allure/__init__.py
extract ¶
extract(file_directory: Path)
Takes all zip files from directory and extracts the latest version for each app into the allure-results directory