@empiricalrun/test-gen 0.19.1 → 0.20.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/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @empiricalrun/test-gen
2
2
 
3
+ ## 0.20.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 6099fbe: fix: add a unit test for uploading test result and video
8
+ - Updated dependencies [1647fbe]
9
+ - @empiricalrun/reporter@0.13.0
10
+
11
+ ## 0.20.0
12
+
13
+ ### Minor Changes
14
+
15
+ - 77a3e5a: feat: drop unused scenario and assert entities
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [bcf53ae]
20
+ - @empiricalrun/llm@0.4.1
21
+
3
22
  ## 0.19.1
4
23
 
5
24
  ### Patch Changes
package/README.md CHANGED
@@ -42,7 +42,6 @@ const scenario = {
42
42
  "fill in the password as bazbaz",
43
43
  "click on the login button",
44
44
  ],
45
- assert: "",
46
45
  group: "home",
47
46
  };
48
47
  btoa(JSON.stringify(scenario));
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/bin/utils/scenarios/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAwB,MAAM,gBAAgB,CAAC;AAUrE,iBAAe,eAAe,CAAC,aAAa,EAAE,MAAM,GAAG,OAAO,CAAC,aAAa,CAAC,CAY5E;AAED,OAAO,EAAE,eAAe,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/bin/utils/scenarios/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAwB,MAAM,gBAAgB,CAAC;AASrE,iBAAe,eAAe,CAAC,aAAa,EAAE,MAAM,GAAG,OAAO,CAAC,aAAa,CAAC,CAY5E;AAED,OAAO,EAAE,eAAe,EAAE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empiricalrun/test-gen",
3
- "version": "0.19.1",
3
+ "version": "0.20.1",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -40,8 +40,8 @@
40
40
  "slugify": "^1.6.6",
41
41
  "tsx": "^4.16.2",
42
42
  "typescript": "^5.3.3",
43
- "@empiricalrun/llm": "^0.4.0",
44
- "@empiricalrun/reporter": "^0.12.3"
43
+ "@empiricalrun/llm": "^0.4.1",
44
+ "@empiricalrun/reporter": "^0.13.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/detect-port": "^1.3.5",