fix(ci): use @ui tag instead of @critical for e2e UI tests

This commit is contained in:
Pier-Jean Malandrino 2026-04-09 17:23:59 +02:00
parent 86fb98a7c7
commit 81d4c445e1

View file

@ -591,12 +591,12 @@ jobs:
docker compose logs
exit 1
- name: Run critical UI tests
- name: Run UI tests
run: >
mvn test -f e2e/ui/pom.xml
-DbaseUrl=http://localhost:3000
-DuiBaseUrl=http://localhost:3000
-Dkarate.options="--tags @critical"
-Dkarate.options="--tags @ui"
- name: Upload Karate UI reports
if: always()