Start Recording Tests

One command sets up everything automatically

โšก 30 seconds to first test
๐Ÿš€

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.

๐Ÿ‘€ Want to see what tests look like first?

๐ŸŽฏ Next: Make Some API Calls

Once your app is running, make a few API requests to start generating tests. Each request becomes an automatic test case.

View Live Dashboard โ†’