hiptest-publisher 1.10.7 → 1.11.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0fcc5534cf854dd9f52b30ff810be3516bf208aa
4
- data.tar.gz: d02d36f205cbf4ae1c2fde19ed1eaf0703d41b16
3
+ metadata.gz: 89cf472ac4aa996d6dde9b76e6b5b9dfe66cd1c2
4
+ data.tar.gz: e930cd86d8169c664513a88db102958aec21d494
5
5
  SHA512:
6
- metadata.gz: 2c226b0418531d50ea38bd860edf04fb3237e35928a23e441573cfaa1e94a1e3e08bafa5a6bf258c258862066da369a955895884904f8fcaf5cd73ab426cb701
7
- data.tar.gz: 8cc15286a1f1d5422b5180747d2bfd7cd174bf107782a9c7895d0dd9f917b0b0b2f325bbb889434d45a7a0cb18e0a675b63cdff186897fabbd121676ca57d646
6
+ metadata.gz: '06058c1ef74d97c679f5faded09b2d513fdbf1a2ea8c551d18cce2f7608b277c32ba8d2c92ba04ce43b4f3c6fd557c8ea915312ceca60fef7423c1f9da773544'
7
+ data.tar.gz: a2d0cae6494a73b50c026e5668d58111831245a2218d060990f7d6ae42bc40f9c06cb33caac39c5ae99c14ee3d93d4d7bc1f162237a94c879a44b1b841e2292e
data/README.md CHANGED
@@ -45,7 +45,7 @@ Note: for Windows users, take a look at [this Windows installation guide](docs/I
45
45
  Exporting a project
46
46
  -------------------
47
47
 
48
- Go to one of your [Hiptest projects](https://hiptest.net/#/projects) and select the Settings tab.
48
+ Go to one of your [Hiptest projects](https://app.hiptest.com/projects) and select the Settings tab.
49
49
  This tab is available only for projects you own.
50
50
  From there, copy the secret token and run this command line:
51
51
 
@@ -74,7 +74,7 @@ When publishing, you'll notice a file called ``actionwords_signature.yaml``. Sto
74
74
  Exporting a test run
75
75
  --------------------
76
76
 
77
- You can generate the test suite from a test run of your project by specifying option `--test-run-id=<xxx>` when calling `hiptest-publisher`. You can find the test run id in the address bar of your browser. If your browser address is `http://hiptest.net/app#/projects/1234/testRuns/6941`, then your test run id is `6941`. You can generate your tests from your test with this command line:
77
+ You can generate the test suite from a test run of your project by specifying option `--test-run-id=<xxx>` when calling `hiptest-publisher`. You can find the test run id in the address bar of your browser. If your browser address is `https://app.hiptest.com/projects/1234/testRuns/6941`, then your test run id is `6941`. You can generate your tests from your test with this command line:
78
78
 
79
79
  ```shell
80
80
  hiptest-publisher --token=<YOUR TOKEN> --test-run-id=6941
@@ -121,7 +121,7 @@ Specific options:
121
121
  --empty-folders Export empty folders (default: false)
122
122
  --split-scenarios Export each scenario in a single file (except for Gherkin based languages) (default: false)
123
123
  --leafless-export Use only last level action word (default: false)
124
- -s, --site=SITE Site to fetch from (default: https://hiptest.net)
124
+ -s, --site=SITE Site to fetch from (default: https://app.hiptest.com)
125
125
  -p, --push=FILE.TAP Push a results file to the server
126
126
  --push-format=tap Format of the test results (junit, nunit, tap, robot) (default: tap)
127
127
  --sort=[id,order,alpha] Sorting of tests in output: id will sort them by age, order will keep the same order than in hiptest (only with --with-folders option, will fallback to id otherwise), alpha will sort them by name (default: order)
@@ -231,7 +231,7 @@ class OptionsParser
231
231
  Option.new(nil, 'empty-folders', false, nil, "Export empty folders", :empty_folders),
232
232
  Option.new(nil, 'split-scenarios', false, nil, "Export each scenario in a single file (except for Gherkin based languages)", :split_scenarios),
233
233
  Option.new(nil, 'leafless-export', false, nil, "Use only last level action word", :leafless_export),
234
- Option.new('s', 'site=SITE', 'https://hiptest.net', String, "Site to fetch from", :site),
234
+ Option.new('s', 'site=SITE', 'https://app.hiptest.com', String, "Site to fetch from", :site),
235
235
  Option.new('p', 'push=FILE.TAP', '', String, "Push a results file to the server", :push),
236
236
  Option.new(nil, 'global-failure-on-missing-reports', false, nil, "When there is no results file to push, report a global failure", :global_failure_on_missing_reports),
237
237
  Option.new(nil, 'push-format=tap', 'tap', String, "Format of the test results (junit, nunit, tap, robot)", :push_format),
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hiptest-publisher
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.7
4
+ version: 1.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hiptest R&D
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-16 00:00:00.000000000 Z
11
+ date: 2018-04-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize
@@ -216,7 +216,7 @@ dependencies:
216
216
  version: '0.4'
217
217
  description: Provides a command-line tool that generates Java, Python or Ruby code
218
218
  to run the tests.
219
- email: contact@hiptest.net
219
+ email: contact@hiptest.com
220
220
  executables:
221
221
  - hiptest-publisher
222
222
  extensions: []
@@ -610,7 +610,7 @@ files:
610
610
  - lib/templates/specflow/actionwords/parameter.hbs
611
611
  - lib/templates/specflow/gherkin/tag.hbs
612
612
  - lib/templates/specflow/parameter.hbs
613
- homepage: https://hiptest.net
613
+ homepage: https://hiptest.com
614
614
  licenses:
615
615
  - GPL-2.0
616
616
  metadata: {}
@@ -630,7 +630,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
630
630
  version: '0'
631
631
  requirements: []
632
632
  rubyforge_project:
633
- rubygems_version: 2.6.13
633
+ rubygems_version: 2.5.1
634
634
  signing_key:
635
635
  specification_version: 4
636
636
  summary: Export your tests from Hiptest into executable tests.