Skip to content

Commit 1d7e89e

Browse files
max-nextcloudsusnux
authored andcommitted
feat: add playwright export
Signed-off-by: Max <max@nextcloud.com>
1 parent 4cd95e8 commit 1d7e89e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
"import": "./dist/cypress.mjs",
3030
"require": "./dist/cypress.js"
3131
},
32+
"./playwright": {
33+
"types": "./dist/playwright.d.ts",
34+
"import": "./dist/playwright.mjs",
35+
"require": "./dist/playwright.js"
36+
},
3237
".": {
3338
"types": "./dist/index.d.ts",
3439
"import": "./dist/index.js",

0 commit comments

Comments
 (0)