Run This Command
Navigate to your project directory and run this command. HyperTest will automatically install, configure, and start recording your first tests.
Terminal - Run in your project directory
npx @hypertestco/auto-setup --api-key=ht_live_ak_abc123def456 --service-id=service_789xyz
โจ This command automatically:
- ๐ฆ Installs the HyperTest SDK
- โ๏ธ Adds configuration to your app
- ๐ฏ Starts your app with recording enabled
- ๐ Opens your live dashboard
๐ Safe & Reversible
Zero performance impact
Adds <1ms overhead to requests
Data stays local
Only metadata sent to HyperTest
Easy to remove
npm uninstall removes everything
Non-intrusive
Works alongside existing tests
๐ See Your First Test in 30 Seconds
Once the command runs, make any API call to your app and watch a test appear instantly in your dashboard.