Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
arcticaurora/ais
arcticaurora
/
ai
like
0
Running
App
Files
Files
Community
main
ai
/
cypress.config.ts
github-actions[bot]
GitHub deploy: 66c5a17453142e0afee794b163349521ecdb7894
a6c0eee
1 day 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
});