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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/vinta/awesome-python/pull/1550
**Author:** [@wodow](https://github.com/wodow)
**Created:** 5/27/2020
**Status:** 🔄 Open
**Base:** `master` ← **Head:** `patch-2`
---
### 📝 Commits (1)
- [`c33170f`](https://github.com/vinta/awesome-python/commit/c33170f256bf549ba0c6bc7c436526234809661e) Add python-testing-crawler
### 📊 Changes
**1 file changed** (+2 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `README.md` (+2 -0)
</details>
### 📄 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
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
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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.