@empiricalrun/playwright-utils 0.18.28 → 0.18.31

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,29 @@
1
1
  # @empiricalrun/playwright-utils
2
2
 
3
+ ## 0.18.31
4
+
5
+ ### Patch Changes
6
+
7
+ - 1f87882: fix: remove selector hints flag from UI and enable it by default
8
+ - Updated dependencies [1f87882]
9
+ - @empiricalrun/test-gen@0.38.53
10
+
11
+ ## 0.18.30
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [f4d894d]
16
+ - @empiricalrun/llm@0.9.29
17
+ - @empiricalrun/test-gen@0.38.52
18
+
19
+ ## 0.18.29
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [a392f9c]
24
+ - Updated dependencies [a9c4133]
25
+ - @empiricalrun/test-gen@0.38.51
26
+
3
27
  ## 0.18.28
4
28
 
5
29
  ### Patch Changes
@@ -1 +1 @@
1
- {"version":3,"file":"click.d.ts","sourceRoot":"","sources":["../../../../../src/test/scripts/pw-locator-patch/highlight/click.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAKhD,wBAAgB,UAAU,CAAC,YAAY,EAAE,QAAQ,GAAG;IAAE,SAAS,EAAE,OAAO,CAAA;CAAE,QAuDzE"}
1
+ {"version":3,"file":"click.d.ts","sourceRoot":"","sources":["../../../../../src/test/scripts/pw-locator-patch/highlight/click.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAKhD,wBAAgB,UAAU,CAAC,YAAY,EAAE,QAAQ,GAAG;IAAE,SAAS,EAAE,OAAO,CAAA;CAAE,QAqDzE"}
@@ -40,9 +40,7 @@ function patchClick(LocatorClass) {
40
40
  //Need to add the type for frame
41
41
  //@ts-ignore
42
42
  page: this._frame._page,
43
- options: {
44
- useHints: true,
45
- },
43
+ options: {},
46
44
  });
47
45
  //@ts-ignore
48
46
  global.testFn?.info().annotations.push({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empiricalrun/playwright-utils",
3
- "version": "0.18.28",
3
+ "version": "0.18.31",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -43,9 +43,9 @@
43
43
  "playwright-extra": "^4.3.6",
44
44
  "puppeteer-extra-plugin-recaptcha": "^3.6.8",
45
45
  "rimraf": "^6.0.1",
46
- "@empiricalrun/test-gen": "^0.38.50",
47
46
  "@empiricalrun/r2-uploader": "^0.3.7",
48
- "@empiricalrun/llm": "^0.9.28"
47
+ "@empiricalrun/test-gen": "^0.38.53",
48
+ "@empiricalrun/llm": "^0.9.29"
49
49
  },
50
50
  "scripts": {
51
51
  "dev": "tsc --build --watch",