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...
353784c
iubewnepo
/
cypress.config.ts
github-actions[bot]
GitHub deploy: 99c56dd28ae3a74d7a7aa6eb51b7bbe8bfeab639
353784c
5 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
});