Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
open-webui/open-webui
iridescentX
/
openui
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
openui
/
cypress.config.ts
github-actions[bot]
GitHub deploy: d3c6bfb764f87d1a9bac999d749f0f4eecf2ed66
69f7644
7 months 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
});