'Can you run cypress specs all as one test run so that the test records to testrail as one test run instead of a test run for each spec file?

I have been using this npm package: https://www.npmjs.com/package/cypress-testrail-reporter and it does not seem to have a reporter option to allow me to do this. Any suggestions are welcomed.



Solution 1:[1]

In version 1.2.2 that is not possible. Nonetheless, you can still upgrade the package if deasync works well in your environment. Else, another option is to install other cypress-testrail-reporters removing the dependency on deasync. Here is the one I have been working on for instance

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Mohamed Konate