npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@timetotest/cli

v0.3.4

Published

Time to Test CLI

Downloads

503

Readme

TimetoTest CLI

Ship Faster with AI Agents That Don't Flake

Give our agent a URL and a goal. It plans, executes, and self-heals end-to-end tests in an isolated environment. Built for developers and QA engineers who demand verifiable evidence, not black-box magic.

Capabilities

  • UI Testing — Real browser automation with semantic DOM understanding
  • API Testing — Validate endpoints, schemas, and response data
  • Code Analysis — Local code analysis for bug finding and quality checks
  • End-to-End — Complete user journey validation
  • Regression — Catch breaking changes before production

Quick Start

npm install -g @timetotest/cli

# Authenticate
ttt login

# Start an interactive session
ttt

# Run a test with a prompt
ttt test "Verify the login flow works" --base-url http://localhost:3000

Available Commands

  • ttt chat - Interactive chat/testing session (--mode ui|api|code).
  • ttt test - Opens chat with a prefilled test prompt.
  • ttt status <test-id> - Fetch test status from backend.
  • ttt login - Authenticate via browser flow or token.

How It Works

  1. Describe Your Test — Write your testing goal in plain English. No scripts, no complex selectors.
  2. Smart Test Planning — The agent analyzes your application and builds a comprehensive test plan.
  3. Automated Execution — Watch the agent execute in a real browser, interacting exactly like a human.
  4. Actionable Results — Get clear reports with screenshots, video logs, and step-by-step diagnostics.

Technical Excellence

  • Semantic DOM Parsing — Understands context, not just pixels. No brittle visual-only testing.
  • LLM-Powered Planning — Decomposes complex flows into atomic, verifiable actions.
  • Self-Healing Tests — Adapts to UI changes automatically. Stop maintaining broken selectors.
  • Isolated Execution — Tests run in ephemeral sandboxes destroyed after every run.
  • Evidence-Based Reports — Screenshots, video logs, and step-by-step diagnostics for every test.

Use Cases

  • Regression Testing — Automated suites that run on every deploy
  • E2E Flow Validation — Validate complete user journeys without writing test scripts
  • API Contract Testing — Automatic schema validation and edge case handling
  • Sprint QA Automation — Ship faster by automating QA within your sprint cycles
  • Bug Reproduction — Turn vague bug reports into actionable test cases with evidence

Code Mode

Analyze your local codebase for bugs, run linters, and execute tests — no GitHub integration required.

# Start in code mode
ttt chat --mode code

# Example prompts
> "Find potential null pointer issues in src/api/"
> "Run ESLint and fix the errors"
> "Find and run the auth tests"

Requirements

  • Node.js 18+
  • macOS, Linux, or Windows
  • Chrome/Chromium for UI testing

Links

  • Website: https://timetotest.tech
  • Docs: https://timetotest.tech/docs

No credit card required • Free tier forever