Attempt #23
This commit is contained in:
parent
49f7dddb5f
commit
46984b1aa5
1 changed files with 2 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ stages:
|
|||
rmdir "$dir"
|
||||
fi
|
||||
done
|
||||
npx playwright merge-reports --reporter=ortoni-report,junit $(System.DefaultWorkingDirectory)/playwright-reports
|
||||
npx playwright merge-reports --reporter=ortoni-report,junit $(System.DefaultWorkingDirectory)/ortoni-report
|
||||
ls
|
||||
displayName: merge_reports
|
||||
env:
|
||||
|
|
@ -160,6 +160,7 @@ stages:
|
|||
-e JIRA_USERNAME=$(JIRA_USERNAME) \
|
||||
-e JIRA_API_KEY=$(JIRA_API_KEY) \
|
||||
$(dockerImageName):$(imageTag) \
|
||||
chmod +x $(System.DefaultWorkingDirectory)/devops/scripts/jira_writeback.sh &&
|
||||
$(System.DefaultWorkingDirectory)/devops/scripts/jira_writeback.sh add_comment "$(Build.SourceBranchName)" "AUTOMATED TEST RUN: $(date)" "$(System.DefaultWorkingDirectory)/ortoni-report/index.html")
|
||||
env:
|
||||
JIRA_API_KEY: $(JIRA_API_KEY)
|
||||
|
|
|
|||
Loading…
Reference in a new issue