Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Apr 26, 2024
1 parent 7e690d2 commit bcf08f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/kots-e2e/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,11 @@ runs:
name: ${{ github.job }}-${{ inputs.k8s-distribution }}-${{ inputs.k8s-version }}-playwright-report
path: ./e2e/playwright/playwright-report/

- name: Print instructions to view playwright report
- name: Print instructions to view Playwright report
if: ${{ failure() && steps.upload-playwright-report.outputs.artifact-url != '' }}
run: |
echo -e "\e[1;33m┌──────────────────────────────────────────────────────────────────────────────────────────────────────┐\e[0m"
echo -e "\e[1;33m To view the Playwright test report: \e[0m"
echo -e "\e[1;33m To view the Playwright test report: \e[0m"
echo -e "\e[1;33m \e[0m"
echo -e "\e[1;33m 1- Download & extract the report from: \e[0m"
echo -e "\e[1;33m \e[0m"
Expand All @@ -143,7 +143,7 @@ runs:
echo -e "\e[1;33m 2- From inside the extracted directory, run: \e[0m"
echo -e "\e[1;33m \e[0m"
echo -e "\e[1;32m npx playwright show-report . \e[0m"
echo -e "\e[1;33m \e[0m"
echo -e "\e[1;33m \e[0m"
echo -e "\e[1;33m└──────────────────────────────────────────────────────────────────────────────────────────────────────┘\e[0m"
shell: bash

Expand Down

0 comments on commit bcf08f3

Please sign in to comment.