Skip to content

saratomaz/report-aggregator

 
 

Repository files navigation

Cardano Node Tests reports aggregator

Aggregate results from multiple test runs and generate Allure reports.

Setup

Installation steps:

# create python virtual env
python3 -m venv .env
# activate python virtual env
. .env/bin/activate
# update python virtual env
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade wheel
python3 -m pip install --upgrade virtualenv
virtualenv --upgrade-embed-wheels
# install package
python3 -m pip install --upgrade --upgrade-strategy eager -e .

Copy files from example cron job from examples directory and edit them as needed. Namely it is needed to provide the BUILDKITE_TOKEN variable.

About

Cardano Node Tests report aggregator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%