Skip to content

Commit

Permalink
Update README text
Browse files Browse the repository at this point in the history
  • Loading branch information
SoaurabhK committed Aug 30, 2020
1 parent 9abfda1 commit 968053a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To invoke XCTool use the following command:<br/>
Refer project [.xcscheme](XCTool.xcodeproj/xcshareddata/xcschemes/XCTool.xcscheme#L53-L86) file for an example usage of the command line arguments.

## How It Works
It starts by executing tests using ```xcodebuild test``` command. Test-failures(i.e. flaky environment) are handled by re-running the failing tests. ```.xcresult``` bundle(s) for the test-run are fed to ```XCTool``` to parse performance test-summaries. On completion, test summaries are dump(ed) on the console and ```.xcresult``` bundle(s) are inside project-relative ```ResultBundles``` directory.
It starts by executing tests using ```xcodebuild test``` command. Test-failures(i.e. flaky environment) are handled by re-running the failing tests. ```XCTool``` extracts performance test-summaries from ```.xcresult``` bundle(s) produced in a test-run. On completion, test summaries are dump(ed) on the console and ```.xcresult``` bundle(s) are inside project-relative ```ResultBundles``` directory.

## Types Involved
1. ```XCTool``` struct takes path to ```xcresultBundle``` as input and executes ```xcresulttool``` to parse performance test-summaries.
Expand Down

0 comments on commit 968053a

Please sign in to comment.