Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MLCommons
/
croissant-editor
like
26
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5a782ad
croissant-editor
/
cypress.config.js
marcenacp
Initial commit
cb5b71d
about 1 year ago
raw
Copy download link
history
blame
Safe
192 Bytes
const
{ defineConfig } =
require
(
"cypress"
);
module
.
exports
=
defineConfig
({
// To access content within Streamlit iframes for custom components:
chromeWebSecurity
:
false
,
e2e
: {},
});