Image missing.
Show HN: Tusk Drift – Turn production traffic into API tests

created: Jan. 15, 2026, 6:54 p.m. | updated: Jan. 15, 2026, 9:44 p.m.

Tusk Drift is an API test record/replay system that lets you run realistic tests generated from real traffic. This CLI orchestrates local and CI test runs, coordinating with a Tusk Drift SDK and Tusk Drift Cloud. Local traces (default):# Run all tests from local traces tusk run # Or specify source tusk run --trace-dir .tusk/traces tusk run --trace-file path/to/trace.jsonl tusk run --trace-id < traceId > # Common flags tusk run --filter ' ^/api/users ' --concurrency 10 --enable-service-logs tusk run --save-results --results-dir .tusk/results✨ Tusk Drift CloudYou can use Tusk Drift as API tests in your CI/CD pipeline by running your test suite against commits in your pull requests. Otherwise, run the cloud onboarding wizard:tusk init-cloudFor more details, dive into Tusk Drift Cloud docs. We recommend adding to your .gitignore :.tusk/results.tusk/logs.tusk/traces (if you primarily intend to use Tusk Drift Cloud)ResourcesCommunityJoin our open source community on Slack.

5 hours, 55 minutes ago: Hacker News