Manage FdR Nodo Dei Pagamenti
From integration-test
folder:
docker build -t fdr1_test .
docker run \
-e TAGS="runnable" \
-e ENV="dev" \
-e CONFIG_FILE="/config/dev.json" \
-v ./reports:/app/reports fdr1_test
You can choose the tags to run. Available values are:
runnable
ftp
bigfdr
legacy
""
empty for all
From integration-test
folder:
- install
behave
andallure
- install the
requirements.txt
- run
behave --format allure_behave.formatter:AllureFormatter -o results --summary --tags="@runnable" --show-timings -v