Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
open-webui/open-webui
shulinbao
/
horseui
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0b8bc90
horseui
/
cypress.config.ts
github-actions[bot]
GitHub deploy: c5ef53a09faec59df3d9039e96eb797a276a1162
1554d3e
4 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
});