We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to use this action with a verbal preview url:
on: [pull_request] jobs: build: runs-on: ubuntu-latest name: WebPageTest Action steps: - name: Checkout uses: actions/checkout@v2 - name: Waiting for 200 from the Vercel Preview uses: patrickedqvist/[email protected] id: vercel_preview_url with: token: ${{ secrets.GITHUB_TOKEN }} max_timeout: 200 - name: WebPageTest uses: WPO-Foundation/webpagetest-github-action@main with: apiKey: ${{ secrets.WPT_API_KEY }} urls: | ${{ steps.vercel_preview_url.outputs.vercel_preview_url }} label: 'GitHub Action Test' GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
The action errors with:
Run WPO-Foundation/webpagetest-github-action@main with: apiKey: *** urls: label: GitHub Action Test GITHUB_TOKEN: *** WebPageTest Configuration WebPageTest settings: { "firstViewOnly": true, "runs": 3, "location": "Dulles:Chrome", "connectivity": "4G", "pollResults": 5, "timeout": 240, "emulateMobile": true, "label": "GitHub Action Test" } Testing urls in WebPageTest.. Submitting test for ... Error: Action failed with error [object Object]
Is there a way I can get a better error message than [object Object]?
[object Object]
The text was updated successfully, but these errors were encountered:
I believe this was fixed with #8
Sorry, something went wrong.
No branches or pull requests
I am trying to use this action with a verbal preview url:
The action errors with:
Is there a way I can get a better error message than
[object Object]
?The text was updated successfully, but these errors were encountered: