I want to configure the name of the test case in Sauce Labs when viewing the test results. Currently the name that I am passing in the desired capabilities is popping up in the sauce labs and I am not able to understand which result is for which test case. So I want to see the test case name there so that I can easily identify the test results from the test case name. Can anyone please help in this matter.
The capability that I am passing now: Capabilities = "name:Win10+Chrome,platform:Windows 10,browserName:chrome,version:89.0"
I want to have the test case name in place of Win10+Chrome.