Skip to content

Commit 970a1bb

Browse files
committed
Update environment variables to include server
1 parent d19b246 commit 970a1bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff 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$"

0 commit comments

Comments
 (0)