test: move playwright test suite to top level (#2113)

This commit is contained in:
Himself65
2023-04-24 22:12:48 -05:00
committed by GitHub
parent 5c673a8ffc
commit 7e61708850
44 changed files with 111 additions and 52 deletions

16
tests/kit/package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "@affine-test/kit",
"private": true,
"version": "0.5.4-canary.9",
"exports": {
"./playwright": "./playwright.ts"
},
"devDependencies": {
"@playwright/test": "^1.32.3",
"playwright": "^1.32.3"
},
"peerDependencies": {
"@playwright/test": "*",
"playwright": "*"
}
}