Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eroshenkoam committed Apr 10, 2024
1 parent 6c0f572 commit 2a810d8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ Below are a few examples of common commands. For further assistance, use the --h

### Export to Allure2 results

`xcresults export /path/to/Test.xcresult /path/to/outputDirectory`
Single source:
`xcresults export /path/to/Test.xcresult -o /path/to/outputDirectory`

Multiple sources:
`xcresults export /path/to/First.xcresult /path/to/Second.xcresult -o /path/to/outputDirectory`

After that you can generate Allure report by following command:

Expand Down

0 comments on commit 2a810d8

Please sign in to comment.