@fasttest-ai/qa-agent 1.0.0 → 1.0.1
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -67,9 +67,9 @@ Add to your MCP configuration:
|
|
|
67
67
|
Once installed, just ask your coding agent:
|
|
68
68
|
|
|
69
69
|
```
|
|
70
|
-
"Test the login flow
|
|
71
|
-
"Explore my app
|
|
72
|
-
"Break my
|
|
70
|
+
"Test the login flow"
|
|
71
|
+
"Explore my app and find all testable flows"
|
|
72
|
+
"Break my signup page"
|
|
73
73
|
```
|
|
74
74
|
|
|
75
75
|
## Tools
|
package/package.json
CHANGED