Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
arcticaurora/ais
arcticaurora
/
ai
like
0
Running
App
Files
Files
Community
main
ai
/
cypress.config.ts
github-actions[bot]
GitHub deploy: dbbc1a7c8b0acc5057acaad57092342433561443
49c2f92
2 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
135 Bytes
import
{ defineConfig }
from
'cypress'
;
export
default
defineConfig
({
e2e
: {
baseUrl
:
'http://localhost:8080'
},
video
:
true
});