fix: Create correct statistics for `AdaptivePlaywrightCrawler` on initialization with a custom parser by Mantisus · Pull Request #1637 · apify/crawlee-python

@Mantisus

Description

  • Create correct statistics for AdaptivePlaywrightCrawler on initialization with a custom parser without classmethods like with_beautifulsoup_static_parser and with_parsel_static_parser.

Issues

@Mantisus

…zation with a custom parser

@codecov

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.50%. Comparing base (1bb4bcb) to head (b400482).
⚠️ Report is 12 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1637   +/-   ##
=======================================
  Coverage   92.49%   92.50%           
=======================================
  Files         157      157           
  Lines       10439    10440    +1     
=======================================
+ Hits         9656     9657    +1     
  Misses        783      783           
Flag Coverage Δ
unit 92.50% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

vdusek

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

vdusek pushed a commit that referenced this pull request

Jan 13, 2026
…le in `HTTP crawlers` guide (#1671)

### Description

- follow-up for #1637