log101-dot-dev/cypress.config.js
log101 5af2dd63c1
All checks were successful
/ Build (push) Successful in 1m2s
test: add cypress test
2024-06-13 16:57:22 +03:00

8 lines
113 B
JavaScript

import { defineConfig } from "cypress";
export default defineConfig({
e2e: {
supportFile: false,
},
});