Commit f320f12
committed
fix(e2e): use apify v4 SDK for crawlee 4.x tests
apify@3.x is not runtime compatible with @crawlee/core@4 (it iterates
Configuration.INTEGER_VARS, which was removed in v4), causing
"TypeError: Configuration.INTEGER_VARS is not iterable". Pin the root
apify to the v4 beta and point the e2e actors at the next-v4 dist-tag so
both the in-process (LOCAL/MEMORY) harness and the pushed PLATFORM actors
run the matching v4 SDK.1 parent 0d90d98 commit f320f12
51 files changed
Lines changed: 104 additions & 68 deletions
File tree
- test/e2e
- adaptive-playwright-default/actor
- adaptive-playwright-robots-file/actor
- automatic-persist-value/actor
- autoscaling-max-tasks-per-minute/actor
- camoufox-cloudflare/actor
- cheerio-curl-impersonate-ts/actor
- cheerio-default-ts/actor
- cheerio-default/actor
- cheerio-enqueue-links-base/actor
- cheerio-enqueue-links/actor
- cheerio-error-snapshot/actor
- cheerio-ignore-ssl-errors/actor
- cheerio-impit-ts/actor
- cheerio-initial-cookies/actor
- cheerio-max-requests/actor
- cheerio-page-info/actor
- cheerio-request-queue-v2/actor
- cheerio-robots-file/actor
- cheerio-stop-resume-ts/actor
- cheerio-throw-on-ssl-errors/actor
- input-json5/actor
- jsdom-default-ts/actor
- jsdom-react-ts/actor
- linkedom-default-ts/actor
- migration/actor
- playwright-default/actor
- playwright-enqueue-links-base/actor
- playwright-enqueue-links/actor
- playwright-initial-cookies/actor
- playwright-introduction-guide/actor
- playwright-multi-run/actor
- playwright-robots-file/actor
- proxy-rotation/actor
- puppeteer-default/actor
- puppeteer-enqueue-links/actor
- puppeteer-error-snapshot/actor
- puppeteer-ignore-ssl-errors/actor
- puppeteer-initial-cookies/actor
- puppeteer-page-info/actor
- puppeteer-store-pagination-jquery/actor
- puppeteer-store-pagination/actor
- puppeteer-throw-on-ssl-errors/actor
- request-queue-with-concurrency/actor
- request-queue-zero-concurrency/actor
- session-rotation/actor
- stagehand-claude/actor
- stagehand-concurrent/actor
- storage-open-return-storage-object/actor
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments