Add verification test suite and fix docs#2
Open
ashley-ha wants to merge 1 commit into
Open
Conversation
Add tests/verify-flow.sh with 53 tests covering the full setup and browser control flow: install.sh gates, npx skills add, SKILL.md structure, GitHub release assets, and all core ever CLI commands (snapshot, click, scroll, extract, eval, input, send-keys, navigate, go-back, search, tabs, sessions, doctor, screenshot, stop). Fix SKILL.md: remove nonexistent --dir flag for screenshot, correct default save location from "current directory" to "temp directory". Fix install.sh: skip npm install when ever CLI is already installed, preventing a hard failure since @ever/cli is not yet on the npm registry. Co-Authored-By: Claude Opus 4.6 (1M context) <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
tests/verify-flow.sh— 53 integration tests covering the entire setup and browser control flow, runnable locally with Chrome + Ever extension--dirflag forever screenshot, correct default save locationinstall.sh— skipnpm install -g @ever/cliwhen CLI is already installed (prevents hard failure since package isn't on npm yet)Test Results
What's covered
--help,SKIP_STAR_PROMPT,EVER_SKILLS_SKIP_STAR_PROMPT, non-TTY gate--list, install to.claude/skills/, file verification,skills liststart,snapshot,click,scroll,extract,eval(IIFE pattern),input,send-keys,go-back,navigate,search,sessions,tabs,doctor,screenshot,stopKnown failures (upstream CLI bugs)
@ever/clinot on npmnpm install -g @ever/clireturns 404. New users can't install via README or install script.install.shnow skips if already installed.ever screenshotdoesn't write filesever tabsshowsundefinedtab IDundefinedinstead of a numberTest plan
bash tests/verify-flow.shwith Chrome + Ever extension activeinstall.sh --skip-star-promptskips npm install when CLI exists--dirflag🤖 Generated with Claude Code