ImportTestCasesMetadata

Metadata returned for the TestCases.ImportTestCases long running operation.

JSON representation
{ "errors": [ { object (TestCaseError) } ] }
Fields
errors[]

object (TestCaseError)

Errors for failed test cases.

TestCaseError

Error info for importing a test.

JSON representation
{ "testCase": { object (TestCase) }, "status": { object (Status) } }
Fields
testCase

object (TestCase)

The test case.

status

object (Status)

The status associated with the test case.