Merge pull request #127 from scub-france/fix/batch-progress-and-version
fix(ci): use @ui tag instead of @critical for e2e UI tests
This commit is contained in:
commit
bd47a580da
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release-gate.yml
vendored
4
.github/workflows/release-gate.yml
vendored
|
|
@ -591,12 +591,12 @@ jobs:
|
||||||
docker compose logs
|
docker compose logs
|
||||||
exit 1
|
exit 1
|
||||||
|
|
||||||
- name: Run critical UI tests
|
- name: Run UI tests
|
||||||
run: >
|
run: >
|
||||||
mvn test -f e2e/ui/pom.xml
|
mvn test -f e2e/ui/pom.xml
|
||||||
-DbaseUrl=http://localhost:3000
|
-DbaseUrl=http://localhost:3000
|
||||||
-DuiBaseUrl=http://localhost:3000
|
-DuiBaseUrl=http://localhost:3000
|
||||||
-Dkarate.options="--tags @critical"
|
-Dkarate.options="--tags @ui"
|
||||||
|
|
||||||
- name: Upload Karate UI reports
|
- name: Upload Karate UI reports
|
||||||
if: always()
|
if: always()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue