We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc0aa03 commit a313df8Copy full SHA for a313df8
1 file changed
.github/workflows/selenium_test.yml
@@ -37,6 +37,13 @@ jobs:
37
- name: Run Maven tests
38
run: mvn clean test
39
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
+
47
- name: Generate Allure Report
48
run: mvn allure:report
49
0 commit comments