@kriptonian/symphony
v1.2.4
Published
E2E testing made effortless for web
Maintainers
Readme
Symphony
E2E testing made effortless for web
Symphony is tool to help you write E2E test like human, it use a YMAL to define tests
🧩 Prerequisites
Symphony requires Bun version 1.3.0 or higher.
If you don’t have Bun installed yet, follow the official installation guide — it only takes a minute.
💡 Tip: Run
bun --versionto check your current version.
⚙️ Installation
You can install Symphony in two ways — choose what fits your workflow.
🧵 Option 1: macOS (via Homebrew)
If you’re on macOS and use Homebrew:
brew tap kriptonian1/symphony https://github.com/kriptonian1/symphony
brew install symphonyOnce installed, verify everything works:
symphony --versionYou’re ready to roll! 🎉
📦 Option 2: Universal (via NPM)
If you prefer installing through npm or are on Windows/Linux:
npm install -g @kriptonian/symphonyThen check your installation:
symphony --version