uurien

Wait To Test — Testing skill for Claude Code

Testing community

Wait N seconds (default 20) via a blocking Node.js timer, for testing.

How to install Wait To Test

Installs to ~/.claude/commands/uurien-meanwaile-wait-to-test.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/uurien/meanwaile/HEAD/.claude/commands/wait-to-test.md -o ~/.claude/commands/uurien-meanwaile-wait-to-test.md

Restart Claude Code, or start a new session, for it to be picked up.

What Wait To Test does


description: Wait N seconds (default 20) via a blocking Node.js timer, for testing argument-hint: [seconds]

Wait for a period of time by running a blocking Node.js command. Useful for testing timing-dependent behavior.

  1. Determine the number of seconds to wait:

    • If an argument was given (e.g. /wait-to-test 12), use it as the seconds.
    • Otherwise, default to 20 seconds.
  2. Convert seconds to milliseconds (seconds * 1000).

  3. Run the following, substituting the computed milli

Alternatives in Testing

  • Webapp Testing — Test local web applications using Playwright for UI verification and debugging 94.1k ★
  • Fix Issue — by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol 46.5k ★
  • Playwright — claude-plugins-official Browser automation, E2E testing, screenshots 29.4k ★

Full documentation available on GitHub

View Source Repository