testflow-ai 0.5.3 → 0.5.4
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 +17 -17
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,16 +4,16 @@
|
|
|
4
4
|
|
|
5
5
|
**YAML API flows + optional LLM assertions (local Ollama or cloud)**
|
|
6
6
|
|
|
7
|
-
*Version-controlled • CI
|
|
7
|
+
*Version-controlled • CI-friendly • Agent-friendly*
|
|
8
8
|
|
|
9
9
|
[](https://www.npmjs.com/package/testflow-ai)
|
|
10
|
-
[](https://www.npmjs.com/package/testflow-ai)
|
|
11
11
|
[](https://opensource.org/licenses/MIT)
|
|
12
12
|
[](https://nodejs.org)
|
|
13
13
|
|
|
14
14
|
✅ **Multi-step flows** (create → capture → reuse → assert)
|
|
15
|
-
🤖 **
|
|
16
|
-
📄 **Keep API context in Markdown** (great for humans
|
|
15
|
+
🤖 **Validate complex responses with AI** (privacy-first via Ollama)
|
|
16
|
+
📄 **Keep API context in Markdown** (great for humans & agents)
|
|
17
17
|
|
|
18
18
|
[📖 Documentation](#-documentation) • [🚀 Quick Start](#-quick-start) • [💻 Examples](#-real-world-example) • [🤖 AI Providers](#-ai-powered-evaluation)
|
|
19
19
|
|
|
@@ -891,31 +891,31 @@ npx testflow --dir ./examples --context ./examples/context.md
|
|
|
891
891
|
|
|
892
892
|
---
|
|
893
893
|
|
|
894
|
-
## 📄 License
|
|
895
|
-
|
|
896
|
-
MIT
|
|
897
|
-
|
|
898
|
-
---
|
|
899
|
-
|
|
900
894
|
<div align="center">
|
|
901
895
|
|
|
902
896
|
**Made with ❤️ by [Marcos Carbajal](https://github.com/carbajalmarcos)**
|
|
903
897
|
|
|
904
|
-
[⭐ Star on GitHub](https://github.com/carbajalmarcos/testflow-ai) •
|
|
898
|
+
[⭐ Star on GitHub](https://github.com/carbajalmarcos/testflow-ai) •
|
|
899
|
+
[📦 npm](https://www.npmjs.com/package/testflow-ai) •
|
|
900
|
+
[🐛 Report a bug](https://github.com/carbajalmarcos/testflow-ai/issues) •
|
|
901
|
+
[💬 Discussions](https://github.com/carbajalmarcos/testflow-ai/discussions)
|
|
905
902
|
|
|
906
903
|
---
|
|
907
904
|
|
|
908
|
-
### ☕ Support
|
|
905
|
+
### ☕ Support
|
|
909
906
|
|
|
910
|
-
If
|
|
907
|
+
If **testflow-ai** saved you time, consider supporting its development:
|
|
911
908
|
|
|
912
909
|
[](https://buymeacoffee.com/carbajalmarcos)
|
|
913
910
|
|
|
914
|
-
|
|
911
|
+
<details>
|
|
912
|
+
<summary><b>Crypto (optional)</b></summary>
|
|
913
|
+
|
|
914
|
+
- **Bitcoin (BTC):** `bc1qv0ddjg3wcgujk9ad66v9msz8manu5tanhvq0fn`
|
|
915
|
+
- **USDT (ERC-20):** `0x79F57C9D45d2D40420EF071DDAaA27057618E7C8`
|
|
915
916
|
|
|
916
|
-
|
|
917
|
-
- **ERC-20 USDT:** `0x79F57C9D45d2D40420EF071DDAaA27057618E7C8`
|
|
917
|
+
</details>
|
|
918
918
|
|
|
919
|
-
|
|
919
|
+
<sub>Every contribution helps keep the project moving. Thank you!</sub>
|
|
920
920
|
|
|
921
921
|
</div>
|
package/package.json
CHANGED