croissant-editor / cypress.config.js
marcenacp's picture
Update.
0c5b67f
raw
history blame
224 Bytes
const { defineConfig } = require("cypress");
module.exports = defineConfig({
// To access content within Streamlit iframes for custom components:
chromeWebSecurity: false,
defaultCommandTimeout: 10000,
e2e: {},
});