Hugging Face
Models
Datasets
Spaces
Posts
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...
57c46fe
iubewnepo
/
cypress.config.ts
github-actions[bot]
GitHub deploy: b06ded81701233f6d69cd425d5bd0f7e667f9660
57c46fe
6 days ago
raw
Copy download link
history
blame
Safe
135 Bytes
import
{ defineConfig }
from
'cypress'
;
export
default
defineConfig
({
e2e
: {
baseUrl
:
'http://localhost:8080'
},
video
:
true
});