We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b2018e commit 2901b6dCopy full SHA for 2901b6d
.github/workflows/manual-start.yml
@@ -40,4 +40,4 @@ jobs:
40
- name: Show sitespeed.io version
41
run: sitespeed.io --version
42
- name: Run tests using plugin
43
- run: sitespeed.io --plugins.add ./lib/index.js --browsertime.chrome.includeResponseBodies all --xvfb -n 1 --allystatement.terminal.showresults true ${{ github.event.inputs.url }}
+ run: sitespeed.io --plugins.add ./lib/index.js --browsertime.chrome.includeResponseBodies all --xvfb -n 1 --javascript.terminal.showresults true ${{ github.event.inputs.url }}
0 commit comments