Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add python-testing-crawler #1550

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add python-testing-crawler #1550

wants to merge 1 commit into from

Conversation

wodow
Copy link

@wodow wodow commented May 27, 2020

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

  1. works with existing web framework test clients, and is intended to be a drop-in
  2. can be configured for what it accepts or considers an error
  3. can collect errors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants