issues
search
junwenzh
/
price-monitor
MIT License
0
stars
1
forks
source link
Created web scraper with playwright and fetch function
#3
Closed
junwenzh
closed
9 months ago
junwenzh
commented
9 months ago
Pull Request Template
Description
Created utils/scraper with playwright to download the html from a url
Added react front end under view/
Added webpack and dev server
Updated express server with the scraper endpoint
Created fetch function to download the html from a url
Updated playwright and jest configs to exclude each other
Updated test scripts in package.json
Updated github actions CI workflow to install playwright for testing
Type of change
[x] New feature (non-breaking change which adds functionality)
How Has This Been Tested?
Tested scraper by running both the express server and the webpack dev server. Was able to successfully download and render the html of a url.
Tested fetch function with jest
Pull Request Template
Description
Type of change
How Has This Been Tested?