alinta-testing 0.3.2 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/alinta-testing/steps/azure.rb +10 -4
- data/lib/alinta-testing/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6893363de4ee55ad64f68ad9ae968f716aa19b0d1dffe170d3d1fe46e1d0ad2c
|
|
4
|
+
data.tar.gz: 6651854f1ea0427403f7989c3eefd05c664b7b98c7d6a71ecabb006545eba403
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 57e4347c0d3235c7c801f3abd4cf7e0c8a4bc24c88921280780e052c240626a3390d6a1c58a796102470c5ef29045bb0341af560553ff42385371cb04cac5415
|
|
7
|
+
data.tar.gz: 02b71de443974da02b7fefee28f397d27fcbe59b4cc3904af9d8d1c540443d6a7f16747cbfbc6b601ce71fb72aba29e17cfded6ce757352fd032b6ef8e9c7474
|
|
@@ -30,14 +30,20 @@ end
|
|
|
30
30
|
|
|
31
31
|
Given("I add the API Management key header") do
|
|
32
32
|
if ENV['api_synthetic_requests'] != nil && ENV['api_synthetic_requests'] == "true"
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
33
|
+
steps %Q{
|
|
34
|
+
I enable synthetic requests
|
|
35
|
+
}
|
|
36
36
|
end
|
|
37
37
|
steps %Q{
|
|
38
38
|
And I add Headers:
|
|
39
39
|
| Ocp-Apim-Subscription-Key | #{@apim_subscription_key} |
|
|
40
|
-
|
|
40
|
+
}
|
|
41
|
+
end
|
|
42
|
+
|
|
43
|
+
Given("I enable synthetic requests") do
|
|
44
|
+
steps %Q{
|
|
45
|
+
And I add Headers:
|
|
46
|
+
| is-synthetic | true |
|
|
41
47
|
}
|
|
42
48
|
end
|
|
43
49
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: alinta-testing
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matt Hosking
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-09-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cucumber-rest-bdd
|