mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 07:26:59 +00:00
14 lines
285 B
TypeScript
14 lines
285 B
TypeScript
import { defineConfig } from 'cypress'
|
|
|
|
export default defineConfig({
|
|
projectId: 'mjja77',
|
|
e2e: {
|
|
setupNodeEvents(on, config) {
|
|
// implement node event listeners here
|
|
},
|
|
baseUrl: 'http://localhost:3000',
|
|
viewportHeight: 1000,
|
|
viewportWidth: 1280,
|
|
},
|
|
})
|