mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-19 13:41:30 -05:00
[PR #1550] Add python-testing-crawler #1348
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/1550
Author: @wodow
Created: 5/27/2020
Status: 🔄 Open
Base:
master← Head:patch-2📝 Commits (1)
c33170fAdd python-testing-crawler📊 Changes
1 file changed (+2 additions, -0 deletions)
View changed files
📝
README.md(+2 -0)📄 Description
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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.