@hasna/testers 0.0.53 → 0.0.54

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/dist/cli/index.js CHANGED
@@ -59440,7 +59440,7 @@ function scenarioInputForNextRouteAction(item, action, index, projectId) {
59440
59440
  "Verify response status, JSON shape, and error messages are stable and regression-safe."
59441
59441
  ].filter(Boolean);
59442
59442
  return {
59443
- name: `Next ${label}: ${item.routePath} :: ${action.kind} ${action.label}`,
59443
+ name: `Next ${label}: ${item.routePath} :: ${action.kind} ${action.label} #${index + 1}`,
59444
59444
  description: `Source-discovered ${label} ${index + 1} from ${action.sourceFile}. Verify ${action.kind} "${action.label}" on ${item.routePath}.`,
59445
59445
  steps: item.kind === "page" ? pageSteps : apiSteps,
59446
59446
  tags: actionTagsForRoute(item, action),
@@ -95551,7 +95551,7 @@ import chalk6 from "chalk";
95551
95551
  // package.json
95552
95552
  var package_default = {
95553
95553
  name: "@hasna/testers",
95554
- version: "0.0.53",
95554
+ version: "0.0.54",
95555
95555
  description: "AI-powered QA testing CLI \u2014 spawns cheap AI agents to test web apps with headless browsers",
95556
95556
  type: "module",
95557
95557
  main: "dist/index.js",
package/dist/mcp/index.js CHANGED
@@ -52,7 +52,7 @@ var package_default;
52
52
  var init_package = __esm(() => {
53
53
  package_default = {
54
54
  name: "@hasna/testers",
55
- version: "0.0.53",
55
+ version: "0.0.54",
56
56
  description: "AI-powered QA testing CLI \u2014 spawns cheap AI agents to test web apps with headless browsers",
57
57
  type: "module",
58
58
  main: "dist/index.js",
@@ -47090,7 +47090,7 @@ import { join as join14 } from "path";
47090
47090
  // package.json
47091
47091
  var package_default = {
47092
47092
  name: "@hasna/testers",
47093
- version: "0.0.53",
47093
+ version: "0.0.54",
47094
47094
  description: "AI-powered QA testing CLI \u2014 spawns cheap AI agents to test web apps with headless browsers",
47095
47095
  type: "module",
47096
47096
  main: "dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hasna/testers",
3
- "version": "0.0.53",
3
+ "version": "0.0.54",
4
4
  "description": "AI-powered QA testing CLI — spawns cheap AI agents to test web apps with headless browsers",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",