* Expected Records to `.jsonl` format
* fix formatting template
* remove endline
* update templates
* Update docs/connector-development/testing-connectors/source-acceptance-tests-reference.md
Co-authored-by: Pedro S. Lopez <pedroslopez@me.com>
Co-authored-by: Pedro S. Lopez <pedroslopez@me.com>
* New source: Google PageSpeed Insights
* update PR number
* Connector re-definition to use stream slices
So far, the connector used one single URL and
categories and strategies hardcoded in the
connector definition.
This commit changes the connector by removing
the second stream (origin) and uses ListStreamSlicers
for url, strategy and category to allow for better
configuration.
* fixed timeout for check int. tests
* use new pagespeed insights logo
* sample_config
* add strategy and category to stream
* use only one request for all defined categories
* fix lighthosue results schema
* remove required from schema
* remove audit and category details in schema
* add strategy field to schema
* auto-bump connector version
Co-authored-by: Sajarin <sajarindider@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>