@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.
- package/README.md +12 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,17 @@
|
|
|
1
1
|
### Time to Test CLI (`@timetotest/cli`)
|
|
2
2
|
|
|
3
|
-
|
|
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
|
|