functional_tests.base updated w. many helper functions to save screendumps on server after test failures; woodpecker pipeline updated accordingly
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Disco DeDisco
2026-02-11 15:12:04 -05:00
parent 7f61dbd205
commit bcadb28017
2 changed files with 37 additions and 1 deletions

View File

@@ -14,4 +14,11 @@ steps:
- cd ./src
- python manage.py collectstatic --noinput
- python manage.py test functional_tests
- name: screendumps
image: gitea.earthmanrpg.me/discoman/python-tdd-ci:latest
when:
- status: failure
commands:
- cat ./src/functional_tests/screendumps/*.html || echo "No screendumps found"