Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
open-webui/open-webui
ZHZ1024
/
AI-Studio
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
AI-Studio
/
cypress.config.ts
github-actions[bot]
GitHub deploy: 217e3a13c8aee731ec88ec2545d479650fb23ca7
38e7007
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
135 Bytes
import
{ defineConfig }
from
'cypress'
;
export
default
defineConfig
({
e2e
: {
baseUrl
:
'http://localhost:8080'
},
video
:
true
});