Skip to content

Commit

Permalink
CQ-4358664 ui-tests-docker-execution fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasz Szczedzina committed Oct 1, 2024
1 parent 865c2aa commit 3f7b09e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
- ./target/reports:/tmp/reports
- 'shared:/tmp/shared'
- 'shared:/usr/src/app/assets'
image: '${groupId}-${artifactId}/ui.tests:latest'
image: '${GROUP_ID}-${ARTIFACT_ID}/ui.tests:latest'
selenium-chrome:
image: 'selenium/standalone-chromium:latest'
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
- ./target/reports:/tmp/reports
- 'shared:/tmp/shared'
- 'shared:/usr/src/app/assets'
image: '${groupId}-${artifactId}/ui.tests:latest'
image: '${GROUP_ID}-${ARTIFACT_ID}/ui.tests:latest'
selenium-firefox:
image: 'selenium/standalone-firefox:latest'
ports:
Expand Down
2 changes: 2 additions & 0 deletions src/main/archetype/ui.tests.wdio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@
<SELENIUM_BROWSER>${SELENIUM_BROWSER}</SELENIUM_BROWSER>
<HEADLESS_BROWSER>${HEADLESS_BROWSER}</HEADLESS_BROWSER>
<REPORTS_PATH>${REPORTS_PATH}</REPORTS_PATH>
<GROUP_ID>${project.groupId}</GROUP_ID>
<ARTIFACT_ID>${project.artifactId}</ARTIFACT_ID>
</environmentVariables>
<arguments>
<argument>-f</argument>
Expand Down

0 comments on commit 3f7b09e

Please sign in to comment.