Skip to content

Commit 16dc5b6

Browse files
authored
Fix supported test file format
Add Visual Studio TRX or TestNG XML as supported test file format.
1 parent 0440757 commit 16dc5b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc_source/test-reporting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Working with test reporting in AWS CodeBuild<a name="test-reporting"></a>
22

3-
You can create reports in CodeBuild that contain details about tests that are run during builds\. You can create tests such as unit tests, configuration tests, and functional tests\. The test file format can be JUnit XML or Cucumber JSON\. Create your test cases with any test framework that can create files in one of those formats \(for example, Surefire JUnit plugin, TestNG, and Cucumber\)\.
3+
You can create reports in CodeBuild that contain details about tests that are run during builds\. You can create tests such as unit tests, configuration tests, and functional tests\. The test file format can be JUnit XML, Cucumber JSON, Visual Studio TRX or TestNG XML\. Create your test cases with any test framework that can create files in one of those formats \(for example, Surefire JUnit plugin, TestNG, and Cucumber\)\.
44

55
To create a test report, you add a report group name to the buildspec file of a build project with information about your test cases\. When you run the build project, the test cases are run and a test report is created\. You do not need to create a report group before you run your tests\. If you specify a report group name, CodeBuild creates a report group for you when you run your reports\. If you want to use a report group that already exists, you specify its ARN in the buildspec file\.
66

@@ -17,4 +17,4 @@ The CodeBuild service role specified in the project is used for permissions to u
1717
+ [Working with reports](test-report.md)
1818
+ [Working with test report permissions](test-permissions.md)
1919
+ [View test reports](test-view-reports.md)
20-
+ [Test reporting with test frameworks](test-framework-reporting.md)
20+
+ [Test reporting with test frameworks](test-framework-reporting.md)

0 commit comments

Comments
 (0)