diff --git a/.changeset/tender-boxes-bow.md b/.changeset/tender-boxes-bow.md new file mode 100644 index 00000000000..83d7fa70c16 --- /dev/null +++ b/.changeset/tender-boxes-bow.md @@ -0,0 +1,5 @@ +--- +"saleor-dashboard": patch +--- + +Playwright tests raport is generated even test failed diff --git a/.github/actions/run-pw-tests/action.yml b/.github/actions/run-pw-tests/action.yml index 9657daca227..b1858dd03bd 100644 --- a/.github/actions/run-pw-tests/action.yml +++ b/.github/actions/run-pw-tests/action.yml @@ -88,8 +88,8 @@ runs: for PROJECT in "${PROJECTS[@]}"; do PROJECT_PARAMS+="--project=${PROJECT} " done - npx playwright test --grep @e2e $PROJECT_PARAMS --shard "$SHARD_NUMBER" echo "reportName=all-blob-reports-${SHARD_NUMBER%%/*}" >> $GITHUB_ENV + npx playwright test --grep @e2e $PROJECT_PARAMS --shard "$SHARD_NUMBER" - name: Upload blob report to GitHub Actions Artifacts uses: actions/upload-artifact@v4