Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
open-webui/open-webui
tang-x
/
iubewnepo
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
iubewnepo
/
cypress.config.ts
github-actions[bot]
GitHub deploy: a881ed89a0b770a4ca2fbdb10dae2af5eaf9ec34
d6afe5a
1 day 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
});