Spaces:
Running
Running
File size: 192 Bytes
cb5b71d |
1 2 3 4 5 6 7 8 |
const { defineConfig } = require("cypress");
module.exports = defineConfig({
// To access content within Streamlit iframes for custom components:
chromeWebSecurity: false,
e2e: {},
});
|