9 lines
149 B
TypeScript
9 lines
149 B
TypeScript
|
import { defineConfig } from 'cypress'
|
||
|
|
||
|
export default defineConfig({
|
||
|
projectId: 'yp82ef',
|
||
|
e2e: {
|
||
|
specPattern: 'cypress/release.ts',
|
||
|
},
|
||
|
})
|