docs: update AGENTS.md; add install-sim test and landscape doc #61
ci.yml
on: push
Unit Tests
24s
E2E Smoke Tests
1m 16s
Annotations
4 errors and 2 warnings
|
E2E Smoke Tests
Process completed with exit code 1.
|
|
tests/e2e/smoke.test.ts > Phase 1 — HackerNews adapter only > get_top returns real HN articles:
tests/e2e/smoke.test.ts#L131
AssertionError: get_top failed: Tool "get_top" failed: Error: page.goto: net::ERR_ABORTED at https://news.ycombinator.com/
Call log:
- navigating to "https://news.ycombinator.com/", waiting until "domcontentloaded"
: expected true to be falsy
- Expected
+ Received
- false
+ true
❯ tests/e2e/smoke.test.ts:131:92
|
|
tests/e2e/install-simulation.test.ts > Reddit — public content via old.reddit.com (Phase 1, no login) > search returns results for a generic query:
tests/e2e/install-simulation.test.ts#L345
AssertionError: search error: Tool "search" failed: Error: Reddit API returned 403 for https://www.reddit.com/search.json?q=TypeScript&sort=relevance&t=all&limit=3&raw_json=1: expected true to be falsy
- Expected
+ Received
- false
+ true
❯ tests/e2e/install-simulation.test.ts:345:78
|
|
tests/e2e/install-simulation.test.ts > Reddit — public content via old.reddit.com (Phase 1, no login) > get_subreddit returns posts from r/programming:
tests/e2e/install-simulation.test.ts#L327
AssertionError: get_subreddit error: Tool "get_subreddit" failed: Error: Reddit API returned 403 for https://www.reddit.com/r/programming/hot.json?limit=5&raw_json=1: expected true to be falsy
- Expected
+ Received
- false
+ true
❯ tests/e2e/install-simulation.test.ts:327:85
|
|
Unit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E Smoke Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|