Closed powerivq closed 6 years ago
@nakhbari : We can provide better understanding of why the matrix was considered invalid. There is an InvalidMatrixDetails property here that maps to an enum. We can copy the gcloud error messages https://github.com/google-cloud-sdk/google-cloud-sdk/blob/e835d123ad6067a5520a0802456357e45571d026/lib/googlecloudsdk/api_lib/firebase/test/tool_results.py#L114
Fixed by https://github.com/fastlane/fastlane-plugin-firebase_test_lab/commit/f9d44fed8a2a7475dc0260b609ccff4c2199525c
We could still use some work here. We should still get the details from the Invalid Matrix Details and use similar error messaging as the gcloud and Firebase Console UI.
https://github.com/fastlane/fastlane-plugin-firebase_test_lab/pull/45
@nakhbari : We can provide better understanding of why the matrix was considered invalid. There is an InvalidMatrixDetails property here that maps to an enum. We can copy the gcloud error messages https://github.com/google-cloud-sdk/google-cloud-sdk/blob/e835d123ad6067a5520a0802456357e45571d026/lib/googlecloudsdk/api_lib/firebase/test/tool_results.py#L114