@timetotest/cli 0.1.1 → 0.1.2

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 +4 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,9 @@
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-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.
4
7
 
5
8
  ## Quick Start
6
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timetotest/cli",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Time to Test CLI",
5
5
  "type": "module",
6
6
  "bin": {