summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryagneshprajapati <131433627+yagneshprajapati@users.noreply.github.com>2023-05-11 14:57:47 +0530
committerGitHub <noreply@github.com>2023-05-11 14:57:47 +0530
commita8e067ae5f4e08cc16e24d1ed9f37971c971b8c9 (patch)
tree959f232a740fea268fbfe146f3ff86657963ad2b
parent7345a66cbd7149fa4126e526a94708b3f5d7d3b4 (diff)
downloadgoogletest-git-a8e067ae5f4e08cc16e24d1ed9f37971c971b8c9.tar.gz
Update README.md
xml report gan removed
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index ce9a82be..54f534e0 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,6 @@ More information about building GoogleTest can be found at
| Value-parameterized tests | Googletest supports value-parameterized tests, which run multiple times with different input values, making it useful for testing functions that take different inputs |
| Type-parameterized tests | Googletest also supports type-parameterized tests, which run with different data types, making it useful for testing functions that work with different data types |
| Various options for running tests | Googletest provides many options for running tests, including running individual tests, running tests in a specific order, and running tests in parallel |
-| XML test report generation | Googletest can generate XML test reports, which can be used by tools like Jenkins to track the results of your tests |
## Supported Platforms