Skip to content

Commit

Permalink
Update actions configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
eataborda committed Aug 17, 2024
1 parent e5e7356 commit cc9ef80
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/automation-ui-test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ jobs:
java-version: '22'
distribution: 'temurin'
architecture: x64
- name: Build with Gradle
- name: Gradle run
run: ./gradlew -DincludeTags="regression" -Ddriver="chrome" -DdriverArguments="--headless=new;--window-size=1920,1080;"
- name: Allure report generation
run: allure generate build/allure-results --clean
- name: Automation ui test result
uses: actions/upload-artifact@v4
with:
name: selenium-ui-test-result
path: build/reports/tests/test
path: allure-report
retention-days: 3

0 comments on commit cc9ef80

Please sign in to comment.