Skip to content

Commit

Permalink
chore: showcase spotlight reporter (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexplischke authored Jun 3, 2024
1 parent 4c3a5a5 commit 182dc54
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## Description
<!--
Describe the big picture of your changes here to communicate to the maintainers
why we should accept this pull request. If it fixes a bug or resolves a feature
request, be sure to link to that issue.
-->
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Saucectl RUN
uses: saucelabs/saucectl-run-action@v3
- name: Run saucectl
uses: saucelabs/saucectl-run-action@v4
with:
concurrency: 10

Expand All @@ -29,8 +29,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Testcafe with Typescript
uses: saucelabs/saucectl-run-action@v3
- name: Run saucectl
uses: saucelabs/saucectl-run-action@v4
with:
working-directory: ./examples/typescript
concurrency: 10
4 changes: 4 additions & 0 deletions .sauce/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@ artifacts:
match:
- console.log
directory: ./artifacts/

reporters:
spotlight: # Prints an overview of failed or otherwise interesting jobs.
enabled: true
4 changes: 4 additions & 0 deletions examples/typescript/.sauce/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@ artifacts:
match:
- console.log
directory: ./artifacts/

reporters:
spotlight: # Prints an overview of failed or otherwise interesting jobs.
enabled: true

0 comments on commit 182dc54

Please sign in to comment.