FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
angular-split/cypress.config.ts at main · angular-split/angular-split · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
angular-split
/
angular-split
Public
Notifications
You must be signed in to change notification settings
Fork
218
Star
932
Code
Issues
5
Pull requests
2
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
angular-split
/
cypress.config.ts
Copy path
More file actions
More file actions
Latest commit
History
History
History
17 lines (16 loc) · 519 Bytes
Breadcrumbs
angular-split
/
cypress.config.ts
Copy path
File metadata and controls
17 lines (16 loc) · 519 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import
{
defineConfig
}
from
'cypress'
import
{
trimEnd
}
from
'cypress/types/lodash'
export
default
defineConfig
(
{
viewportWidth
:
1200
,
viewportHeight
:
800
,
blockHosts
:
[
'camo.githubusercontent.com'
]
,
e2e
:
{
experimentalRunAllSpecs
:
true
,
// We've imported your old cypress plugins here.
// You may want to clean this up later by importing these.
setupNodeEvents
(
on
,
config
)
{
return
require
(
'./cypress/plugins/index.js'
)
(
on
,
config
)
}
,
baseUrl
:
'http://localhost:4242'
,
}
,
}
)
Back
|
FazBrowse Home
|
New Git URL