@openqa/cli 2.1.4 → 2.1.6

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 +7 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,8 +14,8 @@
14
14
  <a href="https://github.com/Orka-Community/OpenQA/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/@openqa/cli.svg" alt="license"></a>
15
15
  <a href="https://openqa.orkajs.com"><img src="https://img.shields.io/badge/docs-orkajs.com-blue.svg" alt="documentation"></a>
16
16
  <a href="https://discord.com/invite/DScfpuPysP"><img src="https://img.shields.io/badge/discord-join%20chat-7289da.svg" alt="discord"></a>
17
- <a href="https://hub.docker.com/r/orklab/openqa"><img src="https://img.shields.io/docker/v/orklab/openqa?label=docker&logo=docker&color=0db7ed" alt="Docker Hub"></a>
18
- <a href="https://hub.docker.com/r/orklab/openqa"><img src="https://img.shields.io/docker/pulls/orklab/openqa.svg" alt="Docker Pulls"></a>
17
+ <a href="https://hub.docker.com/r/orkalab/openqa"><img src="https://img.shields.io/docker/v/orkalab/openqa?label=docker&logo=docker&color=0db7ed" alt="Docker Hub"></a>
18
+ <a href="https://hub.docker.com/r/orkalab/openqa"><img src="https://img.shields.io/docker/pulls/orkalab/openqa.svg" alt="Docker Pulls"></a>
19
19
  </p>
20
20
 
21
21
  ---
@@ -52,11 +52,11 @@ OpenQA is a **truly autonomous** QA testing agent that thinks, codes, and execut
52
52
 
53
53
  ## 🐳 Docker Hub
54
54
 
55
- OpenQA is available on Docker Hub at **[orklab/openqa](https://hub.docker.com/r/orklab/openqa)**.
55
+ OpenQA is available on Docker Hub at **[orkalab/openqa](https://hub.docker.com/r/orkalab/openqa)**.
56
56
 
57
57
  ```bash
58
58
  # Pull the latest image
59
- docker pull orklab/openqa:latest
59
+ docker pull orkalab/openqa:latest
60
60
 
61
61
  # Run with your API key
62
62
  docker run -d \
@@ -67,7 +67,7 @@ docker run -d \
67
67
  -e SAAS_URL=https://your-app.com \
68
68
  -v openqa-data:/app/data \
69
69
  --name openqa \
70
- orklab/openqa:latest
70
+ orkalab/openqa:latest
71
71
  ```
72
72
 
73
73
  Then open **http://localhost:4242** — first run will prompt you to create an admin account.
@@ -637,11 +637,11 @@ MIT
637
637
  ## 🙏 Credits
638
638
 
639
639
  Built with:
640
- - [Orka.js](https://orkajs.dev) - AI framework
640
+ - [Orka.js](https://orkajs.com) - AI framework
641
641
  - [Playwright](https://playwright.dev) - Browser automation
642
642
  - [Next.js](https://nextjs.org) - Web interface
643
643
  - [SQLite](https://sqlite.org) - Database
644
644
 
645
645
  ---
646
646
 
647
- Made with ❤️ by the Orka.js team
647
+ Made with ❤️ by the Orka Team
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openqa/cli",
3
- "version": "2.1.4",
3
+ "version": "2.1.6",
4
4
  "description": "Autonomous QA testing agent powered by Orka.js",
5
5
  "type": "module",
6
6
  "main": "./dist/cli/index.js",