| name | owpenbot-test |
| description | Run owpenbot/openwrk integration tests with Telegram test tokens.
Triggers when user mentions:
- "owpenbot tests"
- "telegram test tokens"
- "openwrk integration test"
|
Quick Usage (Already Configured)
Run owpenbot + openwrk tests
.opencode/skills/owpenbot-test/scripts/run-tests.sh
First-Time Setup (If Not Configured)
- Copy
.opencode/skills/owpenbot-test/.env.example to .opencode/skills/owpenbot-test/.env.
- Fill in:
OWPENBOT_TEST_TOKEN_ENV
OWPENBOT_TEST_TOKEN_CLI
- (Optional)
OWPENBOT_DIR and OPENWORK_DIR to override auto-detection.
- Run the script above.
Common Gotchas
.env is optional but ignored by git; tokens should stay local.
- The script will auto-detect repos under
_repos/owpenbot and _repos/openwork if dirs are not set.
.env.example lists the minimum config required by the script.
OWPENBOT_TEST_TOKEN_ENV is used by the CLI tests to seed Telegram config.