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