Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
thryyyyy
/
thomas-ui
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
thomas-ui
/
cypress.config.ts
github-actions[bot]
GitHub deploy: 0b5514f376a04bc521139dd53d3e43ab1d321621
69d49d1
about 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
});