UNPKG
@linker-design/create-template
Version:
latest (3.0.0)
3.0.0
linker template initializer
@linker-design/create-template
/
template
/
config
/
cypress
/
cypress.config.js
9 lines
(7 loc)
•
201 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
{ defineConfig } =
require
(
'cypress'
) module.exports =
defineConfig
({
e2e
: {
specPattern
:
'cypress/e2e/**/*.{cy,spec}.{js,jsx,ts,tsx}'
,
baseUrl
:
'http://localhost:4173'
} })