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
busy-pillow-44473
02/27/2023, 9:35 PM
nx e2e ${APP}-e2e --watch
c
cool-businessperson-62347
03/05/2023, 12:30 AM
Ah I though watch would just run the tests if I made changes to code. Let me give it a go