mirror of
https://github.com/AppFlowy-IO/AppFlowy-Web.git
synced 2025-11-29 10:47:56 +08:00
feat: support ai writer (#69)
* feat: support ai writer * feat: support duplicate page * feat: support upgrade AI Max
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
import { defineConfig } from 'cypress';
|
||||
import registerCodeCoverageTasks from '@cypress/code-coverage/task';
|
||||
|
||||
import { addMatchImageSnapshotPlugin } from 'cypress-image-snapshot/plugin';
|
||||
|
||||
export default defineConfig({
|
||||
env: {
|
||||
@@ -16,8 +13,6 @@ export default defineConfig({
|
||||
bundler: 'vite',
|
||||
},
|
||||
setupNodeEvents(on, config) {
|
||||
registerCodeCoverageTasks(on, config);
|
||||
addMatchImageSnapshotPlugin(on, config);
|
||||
return config;
|
||||
},
|
||||
supportFile: 'cypress/support/component.ts',
|
||||
|
||||
Reference in New Issue
Block a user