You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We must ensure that the crawler is still working, so we must keep a few already crawled pages to run and get its result verified to ensure that the crawler still working properly.
Luckily the pages we crawl should not change its data being a matter of layout change.
How to do it
Make it run inside the container
Define a support file to allow comparing both the html and the json result
Capture its results as running sessions
The text was updated successfully, but these errors were encountered:
Overview
We must ensure that the crawler is still working, so we must keep a few already crawled pages to run and get its result verified to ensure that the crawler still working properly.
Luckily the pages we crawl should not change its data being a matter of layout change.
How to do it
The text was updated successfully, but these errors were encountered: