Added more logging
This commit is contained in:
parent
563dabc0e9
commit
b3856aebb8
1 changed files with 4 additions and 1 deletions
|
|
@ -159,8 +159,11 @@ stages:
|
|||
echo \"Merging reports...\" &&
|
||||
npx playwright merge-reports --reporter=ortoni-report ./playwright-reports
|
||||
echo \"Contents of ortoni-report:\" && ls ./ortoni-report &&
|
||||
echo 'Current dir: ' && pwd
|
||||
echo 'Contents of current dir: ' && ls
|
||||
echo 'Contents of /app/devops/scripts' && ls /app/devops/scripts
|
||||
echo \"Writing report to Jira card '$jira_card_number'...\" &&
|
||||
./devops/scripts/jira_writeback.sh add_comment \"$jira_card_number\" /app/ortoni-report/ortoni-report.html \"AUTOMATED TEST RUN: $(date)\" ")
|
||||
/app/devops/scripts/jira_writeback.sh add_comment \"$jira_card_number\" /app/ortoni-report/ortoni-report.html \"AUTOMATED TEST RUN: $(date)\" ")
|
||||
|
||||
# Start container and stream logs
|
||||
echo "Starting merge"
|
||||
|
|
|
|||
Loading…
Reference in a new issue