mirror of
https://github.com/mschuepbach/matrix-kernel-filter-calculator.git
synced 2026-01-15 21:12:14 +01:00
10 lines
171 B
JavaScript
10 lines
171 B
JavaScript
import { defineConfig } from 'cypress';
|
|
|
|
export default defineConfig({
|
|
e2e: {
|
|
baseUrl: 'http://localhost:4173/',
|
|
screenshotOnRunFailure: false,
|
|
video: false
|
|
}
|
|
});
|