Skip to content

Commit

Permalink
ci: add applitools logs
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamGaash committed Nov 16, 2024
1 parent b028f44 commit 9537e90
Show file tree
Hide file tree
Showing 4 changed files with 993 additions and 445 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ env:
jobs:
test-with-coverage:
runs-on: ubuntu-22.04
env:
APPLITOOLS_API_KEY: ${{ secrets.APPLITOOLS_API_KEY }}
steps:
- uses: actions/checkout@v3
- name: Use Node.js
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
needs: build
env:
APPLITOOLS_API_KEY: ${{ secrets.APPLITOOLS_API_KEY }}
APPLITOOLS_LOG_DIR: ./logs
APPLITOOLS_SHOW_LOGS: true
steps:
- name: Download artifact
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -102,6 +104,14 @@ jobs:
with:
name: playwright
path: playwright-artifact
- name: upload logs if exists
if: always()
uses: actions/upload-artifact@v4
with:
name: logs
path: logs
if-no-files-found: warn


publish-test-results:
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 9537e90

Please sign in to comment.