Skip to content

Commit

Permalink
capture screenshots and video
Browse files Browse the repository at this point in the history
  • Loading branch information
petermakowski committed Mar 1, 2024
1 parent 85fb3ec commit c975500
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/sitespeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,13 @@ jobs:
shell: bash
run: while [ $(maas admin boot-resources is-importing | cat) == "true" ]; do sleep 10; done; echo "syncing finished"
- name: Run sitespeed.io tests
run: yarn sitespeed:ci --browsertime.domain=0.0.0.0
run: |
yarn sitespeed:ci --browsertime.domain=${{env.MAAS_DOMAIN}} \
--browsertime.timeouts.pageLoad=300000 \
--browsertime.timeouts.script=300000 \
--browsertime.visualMetrics=true \
--browsertime.video=true \
--browsertime.screenshot=true
continue-on-error: true
- name: Upload results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c975500

Please sign in to comment.