File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ JiraConnector.download_features(
31
31
# Optional - default ./features
32
32
output_folder='./features',
33
33
#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'
35
35
# Optional - all features downloaded by default - should be a valid JQL
36
36
# jql = 'project = XX AND key in ('XXX-1')',
37
37
# Optional - default automated (can be one of: manual/automated/both)
@@ -59,7 +59,7 @@ JiraConnector.upload_report(
59
59
# The name of the run - default 'Test run dd MMM yyyy HH:mm:ss'
60
60
run_name= 'Dry Tests Run',
61
61
#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'
63
63
# Json report folder - default ./reports
64
64
json_report_folder='./reports',
65
65
# Regex to search for cucumber reports - default "\.json$"
You can’t perform that action at this time.
0 commit comments