Skip to content

boubkerbribri/regressionsKPI

Repository files navigation

Regressions KPI

How to use

Put your token in a file named token.txt at the root of the project.

Environment variables

Parameter Description Mandatory ?
VERSION Version of PrestaShop to use (patch version or .0 version) Yes
FREEZE_DATE Arbitrary freeze date (YYYY-MM-DD) Yes
RELEASE_DATE Arbitrary release date (YYYY-MM-DD) No (default to today's date)

Examples of use

To get all the information about a patch release:

VERSION=1.7.6.2 php getPatchVersionData.php

To get all the information about a minor release:

VERSION=1.7.6.0 FREEZE_DATE=2019-04-08 RELEASE_DATE=2019-06-01 php getMinorVersionData.php

Make sure to use a version number ending in 0 (1.7.6.0, 1.7.7.0, and so on).

About

Get all data for regressions KPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages