mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 03:48:08 +00:00
update gitlab-ci
This commit is contained in:
parent
3e217a94b3
commit
8b5cc27693
2 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ job-android-uitests:
|
|||
|
||||
after_script:
|
||||
- ${UTILS}/html2xml-report -p app/build/reports/androidTests/connected/
|
||||
- mkdir results & mv app/build/reports/androidTests/connected/* results
|
||||
- mkdir results && mv app/build/reports/androidTests/connected/* results
|
||||
|
||||
artifacts:
|
||||
paths:
|
||||
|
|
|
|||
|
|
@ -336,7 +336,7 @@ def embedScreenshotsTask = task('embedScreenshots', group: 'reporting') {
|
|||
if (pt2 != -1) {
|
||||
name = failedTestCaseDescription.substring(pt1 + 1, pt2)
|
||||
def pt3 = failedTestCaseDescription.indexOf(".", pt2)
|
||||
name += " (${failedTestCaseDescription.substring(pt3)})"
|
||||
name += " (${failedTestCaseDescription.substring(pt3+1)})"
|
||||
} else name = failedTestCaseDescription.substring(pt1 + 1)
|
||||
|
||||
def failedTestClassJunitReportFile = new File(reportsDirectory, "${failedTestClassName}.html")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue