0 my cypress script run for react.js base appliction in that click on "button" & open pop window but when click on button popup not open.but when click manually this time it will be open.how to ressolve that issue. #28053
Unanswered
Willingdon1113
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is my cypress.config.js file
const { defineConfig } = require("cypress");
module.exports = defineConfig({ e2e: { baseUrl: "http://127.0.0.1:8000/dashboard", projectId: "o4k5hc", setupNodeEvents(on, config) { // implement node event listeners here }, testIsolation: false,
}, includeShadowDom: true,
component: { devServer: { framework: "react", bundler: "vite", }, }, });
"includeShadowDom: true," this method also use for the shadow dom then will be it not worked.
Beta Was this translation helpful? Give feedback.
All reactions