Running cypress GUI in <iframe> #28390
Unanswered
OliverLjung
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.
-
Hi!
This is my first time trying Cypress and I have been experimenting for the last 10 hours or so; very cool stuff 👨💻
I had an idea that I would create a service that runs my cypress tests. My idea is to:
*.cy.js
file with the input cypress script as contentasyncio.create_subprocess_shell
like this<iframe>
So far, steps 1-4 work and I can see my test example (spec) running as it should.
The problem I want to solve is how to access Cypress GUI in the
<iframe>
.I have tried playing around with the different CLI options and tried to access it with

localhost:port
which has only come this far..Am I trying to do something that shouldn't be possible?
Any help and/or pointer are greatly appreciated 😄
Beta Was this translation helpful? Give feedback.
All reactions