Created by: wodow
What is this Python project?
Python Testing Crawler is a crawler for automated functional testing of a web application.
Crawling a server-side-rendered web application is a low cost way to get low quality test coverage of your JavaScript-light web application.
What's the difference between this Python project and similar ones?
Unlike e.g. Scrapy, this crawler is exclusively for use in automated tests, so it
- works with existing web framework test clients, and is intended to be a drop-in
- can be configured for what it accepts or considers an error
- can collect errors