This commit is contained in:
Chase King 2025-02-26 10:19:56 -05:00
parent 8a0d78e6a6
commit 758ab0ba8c

View file

@ -159,10 +159,10 @@ stages:
$(dockerImageName):$(imageTag) \
bash -c "for dir in ./playwright-reports/*/; do
if [ -d "$dir" ]; then
mv "$dir"* ./playwright-reports/ &&
mv "$dir"* . &&
rmdir "$dir"
fi
done && pwd && ls && ls ./playwright-reports/; npx playwright merge-reports --reporter=ortoni-report,junit ./playwright-reports && ls && ./devops/scripts/jira_writeback.sh add_comment \"$(Build.SourceBranchName)\" \"AUTOMATED TEST RUN: $(date)\" \"./ortoni-report/index.html\"")
done; pwd && ls && ls ./playwright-reports/; npx playwright merge-reports --reporter=ortoni-report,junit ./playwright-reports && ls && ./devops/scripts/jira_writeback.sh add_comment \"$(Build.SourceBranchName)\" \"AUTOMATED TEST RUN: $(date)\" \"./ortoni-report/index.html\"")
# Start container and stream logs
echo "Starting merge"
docker start -a $container_id