Skip to content

test(snapshot): Add structured JSON fixture targets #969

test(snapshot): Add structured JSON fixture targets

test(snapshot): Add structured JSON fixture targets #969

Triggered via pull request April 24, 2026 21:07
Status Failure
Total duration 1m 10s
Artifacts

ci.yml

on: pull_request
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
build-and-test (24.x)
Process completed with exit code 1.
src/mcp/tools/simulator/__tests__/stop_app_sim.test.ts > stop_app_sim tool > Logic Behavior (Literal Returns) > should handle unexpected exceptions: src/mcp/tools/simulator/__tests__/stop_app_sim.test.ts#L286
AssertionError: expected '\n🛑 Stop App\n\n Simulator: test-u…' to contain 'Stop app in simulator operation failed' - Expected + Received - Stop app in simulator operation failed + + 🛑 Stop App + + Simulator: test-uuid + Bundle ID: io.sentry.App + + Errors (1): + + ✗ Unexpected error + + ❌ Failed to stop app. + ❯ src/mcp/tools/simulator/__tests__/stop_app_sim.test.ts:286:20
src/mcp/tools/simulator/__tests__/stop_app_sim.test.ts > stop_app_sim tool > Logic Behavior (Literal Returns) > should surface terminate failures: src/mcp/tools/simulator/__tests__/stop_app_sim.test.ts#L236
AssertionError: expected '\n🛑 Stop App\n\n Simulator: invali…' to contain 'Stop app in simulator operation failed' - Expected + Received - Stop app in simulator operation failed + + 🛑 Stop App + + Simulator: invalid-uuid + Bundle ID: io.sentry.App + + Errors (1): + + ✗ Simulator not found + + ❌ Failed to stop app. + ❯ src/mcp/tools/simulator/__tests__/stop_app_sim.test.ts:236:20
src/mcp/tools/simulator/__tests__/launch_app_sim.test.ts > launch_app_sim tool > Logic Behavior (Literal Returns) > should handle launch failure: src/mcp/tools/simulator/__tests__/launch_app_sim.test.ts#L258
AssertionError: expected '\n🚀 Launch App\n\n Simulator: test…' to contain 'Launch app in simulator operation fai…' - Expected + Received - Launch app in simulator operation failed + + 🚀 Launch App + + Simulator: test-uuid-123 + Bundle ID: io.sentry.testapp + + Errors (1): + + ✗ Launch failed + + ❌ Failed to launch app. + ❯ src/mcp/tools/simulator/__tests__/launch_app_sim.test.ts:258:20
src/mcp/tools/simulator/__tests__/install_app_sim.test.ts > install_app_sim tool > Logic Behavior (Literal Returns) > should handle exception with string error: src/mcp/tools/simulator/__tests__/install_app_sim.test.ts#L343
AssertionError: expected '\n📦 Install App\n\n Simulator: tes…' to contain 'Install app in simulator operation fa…' - Expected + Received - Install app in simulator operation failed + + 📦 Install App + + Simulator: test-uuid-123 + App Path: /path/to/app.app + + Errors (1): + + ✗ String error + + ❌ Failed to install app. + ❯ src/mcp/tools/simulator/__tests__/install_app_sim.test.ts:343:20
src/mcp/tools/simulator/__tests__/install_app_sim.test.ts > install_app_sim tool > Logic Behavior (Literal Returns) > should handle exception with Error object: src/mcp/tools/simulator/__tests__/install_app_sim.test.ts#L319
AssertionError: expected '\n📦 Install App\n\n Simulator: tes…' to contain 'Install app in simulator operation fa…' - Expected + Received - Install app in simulator operation failed + + 📦 Install App + + Simulator: test-uuid-123 + App Path: /path/to/app.app + + Errors (1): + + ✗ Command execution failed + + ❌ Failed to install app. + ❯ src/mcp/tools/simulator/__tests__/install_app_sim.test.ts:319:20
src/mcp/tools/simulator/__tests__/install_app_sim.test.ts > install_app_sim tool > Logic Behavior (Literal Returns) > should handle command failure: src/mcp/tools/simulator/__tests__/install_app_sim.test.ts#L295
AssertionError: expected '\n📦 Install App\n\n Simulator: tes…' to contain 'Install app in simulator operation fa…' - Expected + Received - Install app in simulator operation failed + + 📦 Install App + + Simulator: test-uuid-123 + App Path: /path/to/app.app + + Errors (1): + + ✗ Install failed + + ❌ Failed to install app. + ❯ src/mcp/tools/simulator/__tests__/install_app_sim.test.ts:295:20
src/mcp/tools/debugging/__tests__/debugging-tools.test.ts > debug_attach_sim > Logic Behavior > should return error when pid resolution fails for bundleId: src/mcp/tools/debugging/__tests__/debugging-tools.test.ts#L269
AssertionError: expected '\n🐛 Attach Debugger\n\nErrors (1):\n…' to contain 'Failed to resolve simulator PID' - Expected + Received - Failed to resolve simulator PID + + 🐛 Attach Debugger + + Errors (1): + + ✗ launchctl failed + + ❌ Failed to attach debugger. + ❯ src/mcp/tools/debugging/__tests__/debugging-tools.test.ts:269:20
build-and-test (24.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/setup-node@v3. 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/