In the reporting on SauceLabs we see test suites but we are not able to see individual test cases.
If we have the below two suites, in the report you see suite and suite 2 appearing, but we would like to have 'suite1 testcase 1', 'suite1 testcase 2', 'suite2 testcase 1', 'suite2 testcase 2' appear.
@kmnaid this is not possible. WebdriverIO is creating a session for each individual file and takes the name of the outer describe block as name of the test. If you have further questions join our .
In the reporting on SauceLabs we see test suites but we are not able to see individual test cases. If we have the below two suites, in the report you see suite and suite 2 appearing, but we would like to have 'suite1 testcase 1', 'suite1 testcase 2', 'suite2 testcase 1', 'suite2 testcase 2' appear.
Testsuite1.js
Testsuite2.js