|
|
@ -233,6 +233,6 @@ jobs: |
|
|
|
cp -r ./tests/playwright/playwright-report ${target_dir}/ || echo "playwright reports directory does not exists" >> ${target_dir}/playwright-report/index.html |
|
|
|
cp -r ./tests/playwright/playwright-report ${target_dir}/ || echo "playwright reports directory does not exists" >> ${target_dir}/playwright-report/index.html |
|
|
|
cp ./packages/nocodb/*_test_backend.log ${target_dir}/ || echo "backend logs file does not exists" >> ${target_dir}/index.html |
|
|
|
cp ./packages/nocodb/*_test_backend.log ${target_dir}/ || echo "backend logs file does not exists" >> ${target_dir}/index.html |
|
|
|
# end: artifacts copy |
|
|
|
# end: artifacts copy |
|
|
|
SUMMARY='[Artifacts]('${REPORTS_HOST}/${path}') |
|
|
|
SUMMARY='[Artifacts]('${REPORTS_HOST:-http://135.181.48.96}/${path}') |
|
|
|
[playwright-report]('${REPORTS_HOST}/${path}'/playwright-report)' |
|
|
|
[playwright-report]('${REPORTS_HOST:-http://135.181.48.96}/${path}'/playwright-report)' |
|
|
|
echo "$SUMMARY" >> $GITHUB_STEP_SUMMARY |
|
|
|
echo "$SUMMARY" >> $GITHUB_STEP_SUMMARY |