2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-06-28 13:41:01 -06:00
easy-markdown-editor/cypress.config.ts

11 lines
180 B
TypeScript
Raw Normal View History

2022-07-27 18:35:35 +02:00
import { defineConfig } from 'cypress';
export default defineConfig({
e2e: {
excludeSpecPattern: [
'**/*.html',
],
2023-09-27 00:52:59 +02:00
video: true,
2022-07-27 18:35:35 +02:00
},
});