feat: copilot frontend e2e (#7694)

This commit is contained in:
darkskygit
2024-10-29 08:56:37 +00:00
parent 5709ebbb11
commit d71852789f
21 changed files with 917 additions and 29 deletions
+2 -1
View File
@@ -2,7 +2,8 @@
"name": "@affine-test/affine-cloud",
"private": true,
"scripts": {
"e2e": "yarn playwright test"
"e2e": "yarn playwright test",
"e2e:copilot": "yarn playwright test e2e/copilot.spec.ts"
},
"devDependencies": {
"@affine-test/kit": "workspace:*",