Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .github/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions .github/banner.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 9 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,22 @@
<a name="readme-top"></a>

<p align="center">
<a href="https://smoo.ai"><img src="https://smoo.ai/images/logo/logo.svg" alt="Smoo AI" width="220" /></a>
<a href="https://smoo.ai"><img src=".github/banner.png" alt="@smooai/testing β€” Report test results to Smoo AI" width="100%" /></a>
</p>

<h1 align="center">@smooai/testing</h1>

<p align="center">
<strong>CLI and library for the Smoo AI Testing API β€” report test results and manage runs, cases, environments, and deployments.</strong>
<a href="https://www.npmjs.com/package/@smooai/testing"><img src="https://img.shields.io/npm/v/@smooai/testing?style=for-the-badge&color=00A6A6&label=npm&logo=npm&logoColor=white&labelColor=020618" alt="npm"></a>
<a href="https://smoo.ai"><img src="https://img.shields.io/badge/Smoo_AI-platform-00A6A6?style=for-the-badge&labelColor=020618" alt="Smoo AI"></a>
<img src="https://img.shields.io/badge/license-MIT-F49F0A?style=for-the-badge&labelColor=020618" alt="license">
</p>

<p align="center">
<a href="https://www.npmjs.com/package/@smooai/testing"><img src="https://img.shields.io/npm/v/@smooai/testing?style=flat-square&color=00A6A6&label=npm" alt="npm"></a>
<a href="https://www.npmjs.com/package/@smooai/testing"><img src="https://img.shields.io/npm/dw/@smooai/testing?style=flat-square&color=F49F0A&label=downloads" alt="downloads"></a>
<img src="https://img.shields.io/badge/Smoo_AI-platform-00A6A6?style=flat-square" alt="Smoo AI">
<img src="https://img.shields.io/badge/license-MIT-F49F0A?style=flat-square" alt="license">
<img src="https://img.shields.io/badge/TypeScript-3178C6?style=flat-square&logo=typescript&logoColor=white" alt="TypeScript">
</p>

<p align="center">
<a href="#features">Features</a> Β·
<a href="#install">Install</a> Β·
<a href="#usage">Usage</a> Β·
<a href="#cli-commands">CLI</a> Β·
<a href="#part-of-smoo-ai">Platform</a>
<a href="#-features"><b>Features</b></a> &nbsp;Β·&nbsp; <a href="#-install"><b>Install</b></a> &nbsp;Β·&nbsp; <a href="#-usage"><b>Usage</b></a> &nbsp;Β·&nbsp; <a href="#-cli-commands"><b>CLI</b></a> &nbsp;Β·&nbsp; <a href="#-part-of-smoo-ai"><b>Platform</b></a>
</p>

---
Expand Down Expand Up @@ -181,14 +174,11 @@ pnpm check-all # All checks (CI parity)

## 🧩 Part of Smoo AI <a name="part-of-smoo-ai"></a>

@smooai/testing is part of the [Smoo AI](https://smoo.ai) platform β€” an AI-powered business platform with AI built into every product. It's the client for our hosted Testing API; the rest of the platform shares the same open-source toolbox.

- [@smooai/utils](https://github.com/SmooAI/utils) β€” foundational TypeScript utilities
- [@smooai/logger](https://github.com/SmooAI/logger) β€” contextual structured logging
- [@smooai/fetch](https://github.com/SmooAI/fetch) β€” typed HTTP with retries
- [@smooai/config](https://github.com/SmooAI/config) β€” typed config, secrets, and feature flags
`@smooai/testing` is built and open-sourced by **[Smoo AI](https://smoo.ai)** β€” the AI-powered business platform with AI built into every product: CRM, customer support, campaigns, field service, observability, and developer tools.

Browse everything at [github.com/SmooAI](https://github.com/SmooAI).
- πŸš€ **Testing on the platform** β€” [smoo.ai/platform/testing](https://smoo.ai/platform/testing)
- 🧰 **More open source from Smoo AI** β€” [smoo.ai/open-source](https://smoo.ai/open-source)
- 🧩 **Sibling packages** β€” [@smooai/utils](https://github.com/SmooAI/utils), [@smooai/logger](https://github.com/SmooAI/logger), [@smooai/fetch](https://github.com/SmooAI/fetch), [@smooai/config](https://github.com/SmooAI/config)

## πŸ“„ License <a name="license"></a>

Expand Down
Loading