Skip to content

Commit 7dd3444

Browse files
committed
MPT-14713 E2E TDR Proof of concept
- Moved unit tests from `tests/` to `tests/unit/` - Added dummy e2e test in `tests/e2e/` - Updated pytest setup to not run tests mark as e2e - Added docker image to run e2e tests with `docker compose run --rm e2e` - Added `pytest-rerunfailures` dev dependency to rerun failed api calls (flaky tests)
1 parent 055ee99 commit 7dd3444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-build-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: docker compose run --service-ports app_test
3131

3232
- name: "Run E2E test"
33-
run: docker compose run --service-ports app_test
33+
run: docker compose run --service-ports e2e
3434

3535
- name: "Run SonarCloud Scan"
3636
uses: SonarSource/sonarqube-scan-action@master

0 commit comments

Comments
 (0)