https://cypress.io logo
Run Interactive GUI test in cypress without any se...
# i-need-help
f
Currently, i execute cypress test on headless mode so that i give exact test to run but on GUI test i need to select the test to run it with couple of user mouse clicks, is there a way we can pass run time commands to execute the cypress test in interactive GUI? Current command being used: npx cypress run --browser chrome --spec cypress/tests/client/portal/wifi/cucumber/login/login.feature
l
did you try this?
Copy code
npx cypress run --browser chrome --spec cypress/tests/client/portal/wifi/cucumber/login/login.feature --headed
f
thanks this worked..do you have input on other pending query of mine https://discord.com/channels/755913899261296641/1107735251620466758
l
Ah for that I don’t have any alternative solution other than setting chromesecurity: false
f
Thanks for checking, any input on this query too? https://discord.com/channels/755913899261296641/1107777878835351593