Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
DuyTa
/
Graduation
like
1
License:
mit
Model card
Files
Files and versions
Community
3
refs/pr/1
Graduation
/
ui
/
cypress.config.ts
DuyTa
Upload folder using huggingface_hub
bc20498
verified
about 2 months ago
raw
Copy download link
history
blame
135 Bytes
import
{ defineConfig }
from
'cypress'
;
export
default
defineConfig
({
e2e
: {
baseUrl
:
'http://localhost:8080'
},
video
:
true
});