Sanjeev Kumar

Results 11 comments of Sanjeev Kumar

@hcho112 this is will work in local machine without any issue. can help If you can share the error message.

@PBIIBP May be issue is with your cypress-report-config.json file. Can you share the json file ?

I understood the problem now. it is getting failed because : When none of the test case has got executed then report folder will not get created by 'json-stream.reporter', Hence...

Which CI tool are you using ? @thisismydesign

I believe this is something that needs to handle by CI itself and adding this feature to this tool will make it more complex to use. Azure has this inbuilt...

Yes, I understand. This can be done with some tweaks in cypress automation framework instead of adding this support in cypress-parallel.

@edwinveldhuizen Can you confirm the OS where you are running these tcs ? I faced the similar issue while running it in linux machine.

Use 'xvfb-run -a; at the beginning of test scripts. it will work. I think while running the tcs in parallel in same machine , all threads are using the same...

it looks like issue is with your test scripts . I had faced the similar issue with previous version and that time issue was with my test script . I...

OS - macOS Nodejs version - v16.5.0 Steps followed: 1. Fork the project 2. Clone the repo on my local machine 3. Run npm install then npx playwright install --with-deps...