lively-balloon-98986
03/14/2023, 11:44 AMenough-truck-68085
03/14/2023, 2:04 PMadventurous-dream-20049
03/14/2023, 2:53 PMcypress run command, providing your .yml is helpful as well, if you have one.lively-balloon-98986
03/14/2023, 7:17 PMlively-balloon-98986
03/14/2023, 7:17 PMenough-truck-68085
03/14/2023, 9:15 PMparallel attributes defined which could certainly explain why you aren't getting the results you want.
Have you reviewed this?
https://docs.cypress.io/guides/continuous-integration/bitbucket-pipelineslively-balloon-98986
03/15/2023, 7:30 AMenough-truck-68085
03/15/2023, 2:14 PMparallel: x value in a job to define how many machines to use.
For Bitbucket, the Cypress example has this which I don't see in your .yml file.lively-balloon-98986
03/15/2023, 6:52 PMenough-truck-68085
03/15/2023, 11:37 PMstraight-grass-43954
03/16/2023, 12:46 AMnpm run system_test_parallel script does? Since you're using nx if its not in your default options and you aren't calling the right configuration that could potentially be your problem. The script you need to run in your pipeline is something along the lines of
nx run <project-name>:e2e:parallellively-balloon-98986
03/16/2023, 7:23 AMstraight-grass-43954
03/16/2023, 1:45 PMnx <target> <project-name> nx converts that to nx run <project-name>:<target>
Can you try changing that to nx e2e web-app-e2e:parallel instead? I think you are already specifying the target when you say nx e2e so you don't need to declare it again with the colon.lively-balloon-98986
03/17/2023, 3:14 PM