kumarajiv1

Results 3 comments of kumarajiv1

Hi @cgraham-rs , what solution worked for you? I am testing with Cypress 10.7.0 and using cypress-io/github-actions@v4 and even though my tests fails, Cypress job doesn't fail and in turn...

@cgraham-rs my first approach was to use `cypress:run` but then I noticed that even tests were failing, cypress job was still passing. Then I came across your post and gave...

@cgraham-rs , appreciate it for making me take a look again. I was doing console.log instead of console.error. The solution worked for me. Thank you.