Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
open-webui/open-webui
xhxhdvduenxvxheje
/
open-CHAT
like
0
Running
App
Files
Files
Fetching metadata from the HF Docker repository...
main
open-CHAT
/
cypress.config.ts
github-actions[bot]
GitHub deploy: 3ad003bccbb8d2b64d11a1f7fc15c764e5091365
d769e37
5 months ago
raw
Copy download link
history
blame
Safe
135 Bytes
import
{ defineConfig }
from
'cypress'
;
export
default
defineConfig
({
e2e
: {
baseUrl
:
'http://localhost:8080'
},
video
:
true
});