diff --git a/README.md b/README.md index c797185..0e700fb 100644 --- a/README.md +++ b/README.md @@ -81,3 +81,8 @@ $ pytest --jira-xray --testplan TestPlanId ```commandline $ pytest --jira-xray --cloud ``` + +* Store results in a file instead of exporting directly to a XRAY server +```commandline +$ pytest --jira-xray --xraypath=xray.json +```