Skip to content

Commit a313df8

Browse files
committed
Update browser-actions
1 parent bc0aa03 commit a313df8

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/selenium_test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ jobs:
3737
- name: Run Maven tests
3838
run: mvn clean test
3939

40+
- name: Upload Surefire Reports (for debugging)
41+
if: failure() # Загружаем отчеты только в случае ошибки
42+
uses: actions/upload-artifact@v4
43+
with:
44+
name: surefire-reports
45+
path: target/surefire-reports
46+
4047
- name: Generate Allure Report
4148
run: mvn allure:report
4249

0 commit comments

Comments
 (0)