You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to use this integration with several projects and test suites? For example, I have automated tests in Project ID = 25 and Project ID = 29. Could I use a single wdio.conf.js file for it? Or I need to rewrite it each time for each project?
Thanks
The text was updated successfully, but these errors were encountered:
Hi @eduardlavrov . To my knowledge it is not possible to change the reporter options during the execution of your automated tests. What you can do is split your automated test runs in a way that corresponds with the projectId's and suiteId's in testrail.
I.e. execute all automated tests for project A with projectId: 1 and execute all automated tests for project B with projectId: 2.
The projectId and suiteId can be determined dynamically in for example the onPrepare hook. This way you do not have to alter your project manually before each automated test suite execution.
Hello,
Is it possible to use this integration with several projects and test suites? For example, I have automated tests in Project ID = 25 and Project ID = 29. Could I use a single wdio.conf.js file for it? Or I need to rewrite it each time for each project?
Thanks
The text was updated successfully, but these errors were encountered: