Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 443 Bytes

readme.md

File metadata and controls

23 lines (14 loc) · 443 Bytes

PW Scraper

A service that uses Playwright to download pages that are rendered using React or other Javascript framework.

Work in progress.

Development

To start the application within the dev container: mvn quarkus:dev

Run a local nginx with the test site.

docker run -it --rm -p 6080:80 --name web -v ./src/test/resources/nginx/www:/usr/share/nginx/html nginx

Fix Code Style (Spotless)

mvn spotless:apply