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
if set name = "{index} some string", after gradle build, output display "no test was not found".
if set name = "{index}", after gradle build, test run successfully.
i had connected a physical android device to my PC.
The text was updated successfully, but these errors were encountered:
@Apple-Flavor spaces in test names are not supported in Android instrumentation tests. Parameterized runner generates nice display names, but the same way as Kotlin backtick functions cannot contain spaces, these test names cannot either. Use _ instead of space and it should work.
if set name = "{index} some string", after gradle build, output display "no test was not found".
if set name = "{index}", after gradle build, test run successfully.
i had connected a physical android device to my PC.
The text was updated successfully, but these errors were encountered: