mirror of
https://gitlab.com/MisterBiggs/testing-framework-comparison.git
synced 2025-06-15 17:06:39 +00:00
add junit"
This commit is contained in:
parent
a44cd7dafe
commit
bb51d7563e
@ -9,7 +9,7 @@ variables:
|
|||||||
pytest:
|
pytest:
|
||||||
image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER
|
image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER
|
||||||
script:
|
script:
|
||||||
- uv run pytest
|
- uv run pytest --junitxml=junit.xml
|
||||||
artifacts:
|
artifacts:
|
||||||
reports:
|
reports:
|
||||||
junit: junit.xml
|
junit: junit.xml
|
Loading…
x
Reference in New Issue
Block a user