croissant-editor / cypress.config.js
marcenacp's picture
Deploy (see actual commits on https://github.com/mlcommons/croissant).
1b94fec
const { defineConfig } = require("cypress");
module.exports = defineConfig({
// To access content within Streamlit iframes for custom components:
chromeWebSecurity: false,
defaultCommandTimeout: 20000,
e2e: {},
});