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...
58d6dd9
iubewnepo
/
cypress.config.ts
github-actions[bot]
GitHub deploy: 38bf56bd613bcece67b0880a69b18c73a97ec8de
58d6dd9
11 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
});