test: add WhatsApp connector tests (38 tests)#182
Merged
Conversation
38 tests covering connection lifecycle, authentication, reconnection, message handling (text, image, video, voice, extended text), LID↔JID translation, outgoing message queue, group metadata sync, JID ownership, and typing indicators. Based on deep-dive audit of Baileys v7 internals. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
joyshmitz
pushed a commit
to joyshmitz/nanoclaw
that referenced
this pull request
Feb 12, 2026
38 tests covering connection lifecycle, authentication, reconnection, message handling (text, image, video, voice, extended text), LID↔JID translation, outgoing message queue, group metadata sync, JID ownership, and typing indicators. Based on deep-dive audit of Baileys v7 internals. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This was referenced Feb 12, 2026
timmoser
pushed a commit
to timmoser/Shelby
that referenced
this pull request
Feb 14, 2026
38 tests covering connection lifecycle, authentication, reconnection, message handling (text, image, video, voice, extended text), LID↔JID translation, outgoing message queue, group metadata sync, JID ownership, and typing indicators. Based on deep-dive audit of Baileys v7 internals. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
tunmaker
pushed a commit
to tunmaker/nanoclaw
that referenced
this pull request
Feb 24, 2026
38 tests covering connection lifecycle, authentication, reconnection, message handling (text, image, video, voice, extended text), LID↔JID translation, outgoing message queue, group metadata sync, JID ownership, and typing indicators. Based on deep-dive audit of Baileys v7 internals. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
bebekim
pushed a commit
to bebekim/goodclaw
that referenced
this pull request
Mar 14, 2026
38 tests covering connection lifecycle, authentication, reconnection, message handling (text, image, video, voice, extended text), LID↔JID translation, outgoing message queue, group metadata sync, JID ownership, and typing indicators. Based on deep-dive audit of Baileys v7 internals. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
squarewings
pushed a commit
to squarewings/nanoclaw
that referenced
this pull request
Mar 15, 2026
38 tests covering connection lifecycle, authentication, reconnection, message handling (text, image, video, voice, extended text), LID↔JID translation, outgoing message queue, group metadata sync, JID ownership, and typing indicators. Based on deep-dive audit of Baileys v7 internals. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
onlyforart
referenced
this pull request
in onlyforart/nanoclaw
Mar 17, 2026
38 tests covering connection lifecycle, authentication, reconnection, message handling (text, image, video, voice, extended text), LID↔JID translation, outgoing message queue, group metadata sync, JID ownership, and typing indicators. Based on deep-dive audit of Baileys v7 internals. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
kenansun-dev-bot bot
pushed a commit
to kenansun-dev/nanoclaw-github-copilot
that referenced
this pull request
Apr 12, 2026
…che (qwibitai#182) 1. Docker rebuild check: any agent with mode=sandbox triggers rebuild (not just defaults.mode). Same pattern as qwibitai#180. 2. Clear agent-runner-src cache after update — forces fresh copy on next container spawn, preventing stale MCP tools. Co-authored-by: Kenan Rpi5 Claw <rpi5-claw@nanoclaw.dev>
dm-j
pushed a commit
to dm-j/nanoclaw
that referenced
this pull request
Apr 13, 2026
38 tests covering connection lifecycle, authentication, reconnection, message handling (text, image, video, voice, extended text), LID↔JID translation, outgoing message queue, group metadata sync, JID ownership, and typing indicators. Based on deep-dive audit of Baileys v7 internals. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
src/channels/whatsapp.ts)Test Coverage
Audit findings (not fixed in this PR, just documented via tests)
Test plan
npm testclean🤖 Generated with Claude Code