Skip to content

Commit

Permalink
do not use local test
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Jul 15, 2023
1 parent b166040 commit 3e99848
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/safari.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
- name: Test Safari with video and Visual Metrics
run: ./bin/browsertime.js -b safari -n 1 --viewPort 800x600 --video --visualMetrics https://www.sitespeed.io/
- name: Test Safari with video and Visual Metrics for multi pages
run: ./bin/browsertime.js -b safari -n 1 --viewPort 800x600 --video --visualMetrics test/data/navigationscript/multi.cjs
run: ./bin/browsertime.js -b safari -n 1 --viewPort 800x600 --video --visualMetrics test/data/navigationscript/multiMac.cjs
4 changes: 4 additions & 0 deletions test/data/navigationscript/multiMac.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = async function (context, commands) {
await commands.measure.start('https://www.sitespeed.io');
return commands.measure.start('https://www.sitespeed.io/documentation/');
};

0 comments on commit 3e99848

Please sign in to comment.