Skip to content

Commit 1fd002a

Browse files
author
AWS
committed
AWS CodeBuild Update: Added test suite names to test case metadata
1 parent 03798ea commit 1fd002a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS CodeBuild",
4+
"contributor": "",
5+
"description": "Added test suite names to test case metadata"
6+
}

services/codebuild/src/main/resources/codegen-resources/service-2.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4629,6 +4629,10 @@
46294629
"expired":{
46304630
"shape":"Timestamp",
46314631
"documentation":"<p> The date and time a test case expires. A test case expires 30 days after it is created. An expired test case is not available to view in CodeBuild. </p>"
4632+
},
4633+
"testSuiteName":{
4634+
"shape":"String",
4635+
"documentation":"<p>The name of the test suite that the test case is a part of.</p>"
46324636
}
46334637
},
46344638
"documentation":"<p> Information about a test case created using a framework such as NUnit or Cucumber. A test case might be a unit test or a configuration test. </p>"

0 commit comments

Comments
 (0)