Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
open-webui/open-webui
zhzabcd
/
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: c3faed71ef24ee23465fdd0db995819d424cc672
3bd14c7
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
135 Bytes
import
{ defineConfig }
from
'cypress'
;
export
default
defineConfig
({
e2e
: {
baseUrl
:
'http://localhost:8080'
},
video
:
true
});