E2E testing made effortless for web
npm install @kriptonian/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
---
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 --version to check your current version.
---
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:
``bash`
brew tap kriptonian1/symphony https://github.com/kriptonian1/symphony
brew install symphony`
Once installed, verify everything works:`
symphony --version
You’re ready to roll! 🎉
---
#### 📦 Option 2: Universal (via NPM)
If you prefer installing through npm or are on Windows/Linux:
``
npm install -g @kriptonian/symphony
Then check your installation:
```
symphony --version