@letsrunit/executor 0.8.0 → 0.9.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@letsrunit/executor",
3
- "version": "0.8.0",
3
+ "version": "0.9.1",
4
4
  "description": "High-level test execution orchestrator for letsrunit",
5
5
  "keywords": [
6
6
  "testing",
@@ -41,13 +41,13 @@
41
41
  },
42
42
  "packageManager": "yarn@4.10.3",
43
43
  "dependencies": {
44
- "@letsrunit/ai": "0.8.0",
45
- "@letsrunit/controller": "0.8.0",
46
- "@letsrunit/gherkin": "0.8.0",
47
- "@letsrunit/journal": "0.8.0",
48
- "@letsrunit/mailbox": "0.8.0",
49
- "@letsrunit/playwright": "0.8.0",
50
- "@letsrunit/utils": "0.8.0"
44
+ "@letsrunit/ai": "0.9.1",
45
+ "@letsrunit/controller": "0.9.1",
46
+ "@letsrunit/gherkin": "0.9.1",
47
+ "@letsrunit/journal": "0.9.1",
48
+ "@letsrunit/mailbox": "0.9.1",
49
+ "@letsrunit/playwright": "0.9.1",
50
+ "@letsrunit/utils": "0.9.1"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@types/node": "^25.0.9",
@@ -8,7 +8,7 @@ const PROMPT = `You analyze a diff of two HTML files. Your task is to detect the
8
8
  * Then I see {locator}
9
9
  * Then I do not see {locator}
10
10
  * Then I see that {locator} contains {locator}
11
- * Then I see that {locator} not contains {locator}
11
+ * Then I see that {locator} does not contain {locator}
12
12
 
13
13
  Locator rules:
14
14
  ${locatorRules}
@@ -30,7 +30,7 @@ ${locatorRules}
30
30
  3. Use:
31
31
  * \`I see\` for added elements
32
32
  * \`I do not see\` for removed elements
33
- * \`contains\` / \`not contains\` for changed child content under a stable parent
33
+ * \`contains\` / \`does not contain\` for changed child content under a stable parent
34
34
 
35
35
  4. If no significant visible changes, output:
36
36
  \`Then I do not see any changes\`