@flakiness/playwright 0.153.0 → 1.0.0
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": "@flakiness/playwright",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -16,10 +16,6 @@
|
|
|
16
16
|
"type": "module",
|
|
17
17
|
"description": "A custom Playwright test reporter that generates Flakiness Reports from your Playwright test runs",
|
|
18
18
|
"types": "./types/index.d.ts",
|
|
19
|
-
"scripts": {
|
|
20
|
-
"minor": "./version.mjs minor",
|
|
21
|
-
"patch": "./version.mjs patch"
|
|
22
|
-
},
|
|
23
19
|
"keywords": [
|
|
24
20
|
"playwright",
|
|
25
21
|
"test",
|
|
@@ -34,12 +30,18 @@
|
|
|
34
30
|
"devDependencies": {
|
|
35
31
|
"@playwright/test": "^1.57.0",
|
|
36
32
|
"@types/node": "^25.0.3",
|
|
33
|
+
"esbuild": "^0.27.2",
|
|
37
34
|
"kubik": "^0.24.0",
|
|
38
35
|
"tsx": "^4.21.0",
|
|
39
36
|
"typescript": "^5.9.3"
|
|
40
37
|
},
|
|
41
38
|
"dependencies": {
|
|
42
|
-
"@flakiness/
|
|
39
|
+
"@flakiness/flakiness-report": "^0.22.0",
|
|
40
|
+
"@flakiness/sdk": "^1.0.0",
|
|
43
41
|
"chalk": "^5.6.2"
|
|
42
|
+
},
|
|
43
|
+
"scripts": {
|
|
44
|
+
"minor": "./version.mjs minor",
|
|
45
|
+
"patch": "./version.mjs patch"
|
|
44
46
|
}
|
|
45
|
-
}
|
|
47
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"playwright-test.d.ts","sourceRoot":"","sources":["../../src/playwright-test.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"playwright-test.d.ts","sourceRoot":"","sources":["../../src/playwright-test.ts"],"names":[],"mappings":"AAcA,OAAO,KAAK,EACV,UAAU,EAEV,UAAU,EAEV,QAAQ,EACR,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,UAAU,EAEvC,MAAM,2BAA2B,CAAC;AA6BnC,KAAK,QAAQ,GAAG,QAAQ,GAAG,OAAO,GAAG,YAAY,CAAC;AAElD,MAAM,CAAC,OAAO,OAAO,iBAAkB,YAAW,QAAQ;IAgB5C,OAAO,CAAC,QAAQ;IAf5B,OAAO,CAAC,OAAO,CAAC,CAAa;IAC7B,OAAO,CAAC,UAAU,CAAC,CAAQ;IAC3B,OAAO,CAAC,QAAQ,CAAwC;IACxD,OAAO,CAAC,mBAAmB,CAAmB;IAE9C,OAAO,CAAC,eAAe,CAAyC;IAChE,OAAO,CAAC,eAAe,CAAyC;IAChE,OAAO,CAAC,OAAO,CAAC,CAAY;IAC5B,OAAO,CAAC,YAAY,CAAgC;IACpD,OAAO,CAAC,aAAa,CAAS;IAE9B,OAAO,CAAC,OAAO,CAAC,CAAa;IAE7B,OAAO,CAAC,eAAe,CAAC,CAAiB;gBAErB,QAAQ,GAAE;QAC5B,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,IAAI,CAAC,EAAE,QAAQ,CAAC;QAChB,sBAAsB,CAAC,EAAE,OAAO,CAAC;KAC7B;IAON,OAAO,CAAC,aAAa;IAMrB,aAAa,IAAI,OAAO;IAIxB,OAAO,CAAC,MAAM,EAAE,UAAU,EAAE,KAAK,EAAE,KAAK;IAKxC,OAAO,CAAC,KAAK,EAAE,SAAS,GAAG,IAAI;IAI/B,WAAW,CAAC,IAAI,EAAE,QAAQ;IAG1B,SAAS,CAAC,IAAI,EAAE,QAAQ,EAAE,MAAM,EAAE,UAAU;YAM9B,WAAW;YAsBX,SAAS;YAWT,eAAe;IAmD7B,OAAO,CAAC,aAAa;IAmBrB,OAAO,CAAC,eAAe;IAWvB,OAAO,CAAC,cAAc;IAUhB,KAAK,CAAC,MAAM,EAAE,UAAU;IA2FxB,MAAM,IAAI,OAAO,CAAC,IAAI,CAAC;CA0B9B"}
|