newman_scenario 0.1.3 → 0.1.4
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/Gemfile.lock +1 -1
- data/README.md +1 -2
- data/lib/newman_scenario/scenario.rb +1 -1
- data/lib/newman_scenario/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: 14c803747f22b3308cf01a4ba0cdfe32775f9c2bb4f092c5643fa87be92254e8
|
|
4
|
+
data.tar.gz: 843485ee76598e801da49c4427528e578de2737ed6432597767c91f6ef0a503f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 61a856cccf0087a17c698d7753248b5a98f3ae467355cbc14041e26b944224e196750a7939eca75a164ce08634c4cd9af0e6b9328b6f5a9812e61a183f2cf9c7
|
|
7
|
+
data.tar.gz: 50765398bc9568cbeffbc7eb55e33c15735bf2c16a7a1be1994bb528080d8dcaa7a5fce0cbdc345a54ba1b5e669712ed489d8c3d717d1138e046cc4044294a78
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -42,8 +42,7 @@ Or install it yourself as:
|
|
|
42
42
|
|
|
43
43
|
### Using configure`
|
|
44
44
|
|
|
45
|
-
configure will guide you to set Postman related collection and environments (fetch from [Postman](https://www.postman.com) ), and
|
|
46
|
-
stores them in `.env`
|
|
45
|
+
configure will guide you to set Postman related collection and environments (fetch from [Postman](https://www.postman.com) and supporting Workspaces), and stores them in `.env`
|
|
47
46
|
|
|
48
47
|
$ newman_scenario configure
|
|
49
48
|
|
|
@@ -179,7 +179,7 @@ module NewmanScenario
|
|
|
179
179
|
}
|
|
180
180
|
write_to_json_file(last_scenario_file_path, new_collection)
|
|
181
181
|
end
|
|
182
|
-
cmd("newman run #{last_scenario_file_path} -e /tmp/postman-environment-#{environment}.json#{bail ? ' --bail' : ''}")
|
|
182
|
+
puts cmd("newman run #{last_scenario_file_path} -e /tmp/postman-environment-#{environment}.json#{bail ? ' --bail' : ''}")
|
|
183
183
|
end
|
|
184
184
|
|
|
185
185
|
private
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: newman_scenario
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Hugues Bernet-Rollande
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-04-
|
|
11
|
+
date: 2020-04-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tty-prompt
|