Hello! I am having some trouble using the cypress ...
# help
b
Hello! I am having some trouble using the cypress circleci orb with a parallel setup. I am using the cypress/included:10.3.0 and am installing additional libraries on top that are needed by my e2e tests. I had everything running ok on circleci, but when I introduced parallelism I started seeing failures because code was not being installed. I believe this is because parallelism relies on using and explicit cypress/install job (previously I was using install-command as a step under cypress/run. However, I am having trouble configuring cypress/install and am getting an error "We looked but did not find a cypress.config.ts file in this folder: /root/project/assets". I'm probably doing something very stupid but having trouble identifying the issue. Any help would be greatly appreciated! I've attached my setup.
Making progress on this. a few things I did: 1) removed "no-workspace: true". 2) added the executor to cypress/install 3) added record: true 4) set up a cypress account to get a projectId and recording key :D.
7 Views