cucumber-calliope_importer 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -3
- data/cucumber-calliope_importer.gemspec +1 -3
- data/lib/cucumber/calliope_importer/version.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 55eb38ed64e6e6de4a93601d20d33723046b0842
|
4
|
+
data.tar.gz: 57f6d1e35b7f89b543c2fe6ba65be38fadde93f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3c3e01099298b4cbdcc0c69e3d8ad54dbc2d61aa7aa61ee52e20a7f640cf282155078ca19d8ecebc0e359912760efc5829ad216153cdaa87fa8d995528a02754
|
7
|
+
data.tar.gz: 41a5cc6a3fd4acd18eaf52a5fdc6b5552f8a2b34695276e123441f28aa57e88d44812a1fa88cc064dfa60e04b17d2cef877729da67fb61385da5216d503eb501
|
data/README.md
CHANGED
@@ -1,8 +1,6 @@
|
|
1
1
|
# Cucumber::CalliopeImporter
|
2
2
|
|
3
|
-
|
4
|
-
|
5
|
-
TODO: Delete this and the text above, and describe your gem
|
3
|
+
This gem adds a 'calliope-import' formatter to cucumber that uploads cucumber json output to the calliope.pro platform.
|
6
4
|
|
7
5
|
## Installation
|
8
6
|
|
@@ -11,9 +11,7 @@ Gem::Specification.new do |spec|
|
|
11
11
|
|
12
12
|
spec.summary = %q{This gem adds a 'calliope-import' formatter to cucumber that uploads cucumber json output to the calliope.pro platform.}
|
13
13
|
spec.description = %q{CalliopeImport uses environment variables of a test run to make an API call with the test results.
|
14
|
-
|
15
|
-
|
16
|
-
$ cucumber API_KEY='API Key Here' PROFILE_ID='Profile_ID Here' -f calliope_import}
|
14
|
+
See the documentation for }
|
17
15
|
spec.homepage = "https://github.com/mauricewijnia/cucumber-calliope_import"
|
18
16
|
spec.license = "MIT"
|
19
17
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cucumber-calliope_importer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Maurice Wijnia
|
@@ -52,11 +52,8 @@ dependencies:
|
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '2'
|
55
|
-
description:
|
56
|
-
|
57
|
-
You can set those variables and call the formatter like this:
|
58
|
-
|
59
|
-
$ cucumber API_KEY='API Key Here' PROFILE_ID='Profile_ID Here' -f calliope_import
|
55
|
+
description: "CalliopeImport uses environment variables of a test run to make an API
|
56
|
+
call with the test results.\n See the documentation for "
|
60
57
|
email:
|
61
58
|
- maurice.wijnia@spritecloud.com
|
62
59
|
executables: []
|