File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ JiraConnector.download_features(
3131 # Optional - default ./features
3232 output_folder='./features',
3333 #Required for Jira Server only. Omit if using Jira Cloud version
34- jira_server_url: 'https://mycompanyjira.com'
34+ jira_server_url= 'https://mycompanyjira.com'
3535 # Optional - all features downloaded by default - should be a valid JQL
3636 # jql = 'project = XX AND key in ('XXX-1')',
3737 # Optional - default automated (can be one of: manual/automated/both)
@@ -59,7 +59,7 @@ JiraConnector.upload_report(
5959 # The name of the run - default 'Test run dd MMM yyyy HH:mm:ss'
6060 run_name= 'Dry Tests Run',
6161 #Required for Jira Server only. Omit if using Jira Cloud version
62- jira_server_url: 'https://mycompanyjira.com'
62+ jira_server_url= 'https://mycompanyjira.com'
6363 # Json report folder - default ./reports
6464 json_report_folder='./reports',
6565 # Regex to search for cucumber reports - default "\.json$"
You can’t perform that action at this time.
0 commit comments