Skip to content

docs(recipes): update custom-gatherer-puppeteer to use FR #13940

New issue

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

Merged
merged 17 commits into from
Sep 7, 2022

Conversation

adamraine
Copy link
Member

As mentioned in #13860 (comment), it wasn't possible to use this example with FR. Fortunately, it's very simple add a getPage function to the FR driver that will work in this example.

This can land after #13860

@adamraine adamraine requested a review from a team as a code owner April 28, 2022 18:08
@adamraine adamraine requested review from brendankenny and removed request for a team April 28, 2022 18:08
@@ -3,6 +3,6 @@
# Make sure we're in this `docs/recipes/customer-gatherer-puppeteer` directory
cd "$(dirname "$0")"

node node_modules/.bin/lighthouse --legacy-navigation --config-path=custom-config.js https://www.example.com --output=json |
node node_modules/.bin/lighthouse --config-path=custom-config.js https://www.example.com --output=json |
jq '.audits["custom-audit"].score' |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

happy to see the recipe tests paying off :)

Base automatically changed from fr-as-default-cli to master May 3, 2022 18:23
@adamraine adamraine changed the base branch from master to 10-docs-staging August 24, 2022 20:54
@adamraine adamraine force-pushed the 10-docs-staging branch 2 times, most recently from cc223da to b6da8c5 Compare September 6, 2022 22:24
@adamraine adamraine merged commit b9b1783 into 10-docs-staging Sep 7, 2022
@adamraine adamraine deleted the update-pptr-gather-recipe branch September 7, 2022 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants