@timetotest/cli 0.1.2 → 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 +10 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,8 +2,16 @@
2
2
 
3
3
  Visit: [timetotest.tech](https://timetotest.tech)
4
4
 
5
- AI-powered testing from a simple CLI.
6
- Time to Test turns natural-language prompts into actionable UI and API tests. It discovers your app’s pages, captures screenshots, generates high-quality test cases, and can execute them automatically—producing shareable HTML/PDF reports. Start fast with prompts, or run targeted tests against specific URLs and APIs.
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.
7
15
 
8
16
  ## Quick Start
9
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timetotest/cli",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Time to Test CLI",
5
5
  "type": "module",
6
6
  "bin": {