Simple web crawler with Puppeteer. The main purpose of this crawler is to gather a copy of web pages content html source after the document is loaded"
$ docker-compose run install
$ docker-compose run crawler [url]
$ docker-compose run tests
or
$ docker-compose run tests-with-cover