Skip to content

Commit b87d0dc

Browse files
authored
Update README.md
1 parent 1c30db4 commit b87d0dc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gem install assertthat-bdd
1919
OR add to Gemfile
2020

2121
```
22-
gem 'assertthat-bdd', '~> 1.0', '>= 1.0.2'
22+
gem 'assertthat-bdd', '~> 1.0', '>= 1.2.0'
2323
```
2424

2525
## Usage
@@ -75,6 +75,8 @@ task :download_features do
7575
accessKey:'ASSERTTHAT_ACCESS_KEY',
7676
#Optional can be supplied as environment variable ASSERTTHAT_SECRET_KEY
7777
secretKey:'ASSERTTHAT_SECRET_KEY',
78+
#Required for Jira Server only. Omit if using Jira Cloud version
79+
jiraServerUrl: 'https://mycompanyjira.com'
7880
#Required Jira project id e.g. 10001
7981
projectId: 'PROJECT_ID',
8082
#Optional - default ./features
@@ -93,7 +95,9 @@ task :upload_report do
9395
#Optional can be supplied as environment variable ASSERTTHAT_ACCESS_KEY
9496
accessKey:'ASSERTTHAT_ACCESS_KEY',
9597
#Optional can be supplied as environment variable ASSERTTHAT_SECRET_KEY
96-
secretKey:'ASSERTTHAT_SECRET_KEY',
98+
secretKey:'ASSERTTHAT_SECRET_KEY',
99+
#Required for Jira Server only. Omit if using Jira Cloud version
100+
jiraServerUrl: 'https://mycompanyjira.com'
97101
#Jira project id e.g. 10001
98102
projectId: 'PROJECT_ID',
99103
#The name of the run - default 'Test run dd MMM yyyy HH:mm:ss'

0 commit comments

Comments
 (0)