test: Add end-to-end test of AdaptivePlaywrightCrawler#3003
test: Add end-to-end test of AdaptivePlaywrightCrawler#3003
Conversation
janbuchar
commented
Jun 9, 2025
- closes Write an e2e test of adaptive playwright crawler #2350
B4nan
left a comment
There was a problem hiding this comment.
few nits, also some files are missing the final line break
Co-authored-by: Martin Adámek <banan23@gmail.com>
B4nan
left a comment
There was a problem hiding this comment.
looks good, e2e tests running here https://github.com/apify/crawlee/actions/runs/15554716582
|
hmm fails on the platform, my guess is we use old better sqlite version which doesnt have prebuilds for node 22. i hacked this in the existing e2e test like this: crawlee/test/e2e/adaptive-playwright-robots-file/actor/package.json Lines 23 to 25 in b78ee69 |
|
|
this is from v4 branch where its already bumped (but not sure if it actually works) |
|
It passed, merging https://github.com/apify/crawlee/actions/runs/15556035681 |