@timetotest/cli 0.1.1 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +12 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,17 @@
1
1
  ### Time to Test CLI (`@timetotest/cli`)
2
2
 
3
- AI-powered web testing from your terminal. Start tests against your app, stream real-time progress, and download shareable reports.
3
+ Visit: [timetotest.tech](https://timetotest.tech)
4
+
5
+ AI, agentic testing from a simple CLI.
6
+ TimetoTest is an autonomous agent that plans, uses tools, and adapts to test your Web apps and APIs.
7
+
8
+ - Discovers pages/states (UI) or endpoints (API)
9
+ - Captures screenshots and context
10
+ - Generates high-quality test cases
11
+ - Optionally executes and iterates
12
+ - Produces shareable PDF reports
13
+
14
+ Start fast with prompts, or run targeted tests against specific URLs and APIs.
4
15
 
5
16
  ## Quick Start
6
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timetotest/cli",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "Time to Test CLI",
5
5
  "type": "module",
6
6
  "bin": {