https://cypress.io logo
Nx and cypress
# i-need-help
c
I am trying to use nx since we have a mono repo. I'm using @nrwl/cypress:cypress, but I'm trying to open up the cypress window. For the life of it I can't seem to figure out, how to pass the command "cypress open" to it. Anyone who has worked on this would love to hear from you
b
nx e2e ${APP}-e2e --watch
c
Ah I though watch would just run the tests if I made changes to code. Let me give it a go