moto 1.0.10 → 1.0.12

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: 773de397a99f3862e2cb222b1f564f0a36f0f8a5
4
- data.tar.gz: 2ebf26e7f81c6ae9e35d32cd6fb6b62e7652de86
3
+ metadata.gz: 39f52f8dccdb00eac3991c483030debf6aa9f025
4
+ data.tar.gz: cb1036e945d4e20785f2ba5663a14a499ab03075
5
5
  SHA512:
6
- metadata.gz: d59a0a49f9baf4e2fa5028cdb2e34fc237c3548ea8e86a17597953fb1b44aad2119372dcae29b229d577f52be81d824dd6575dd1b05aeb2894073f8f53c5d54d
7
- data.tar.gz: d089470b8b68bf94b430a7c09f1637c35bd454c375a632d04e43f132fdb4dcf1426f09bca6b1374d31cea88c56880e5e762a14004085779483e1cee6fa800ebe
6
+ metadata.gz: e02c742053a59067709a674518f8a9952d31dc089e7f82e60e2f9502055e3697b4c5c16293e25a014a838b8f144373cf6d12ad5eecf2b5e0d54f8d79b3187f89
7
+ data.tar.gz: bd7a4b7f81656b77e2a37020cdc2bc1275eef12d3571de59b5cd8caf37f5e302529c046fb9b655f7fbc1fcfda35e04c7ddadc85ae6bd7d7a22698bcf4af9ed0f
@@ -220,12 +220,7 @@ module Moto
220
220
  -l, --listeners Reporters to be used.
221
221
  Defaults are Moto::Reporting::Listeners::ConsoleDots, Moto::Reporting::Listeners::JunitXml
222
222
  One reporter that is always used: Moto::Reporting::Listeners::KernelCode
223
- -s, --suitename Name of the test suite to which should aggregate the results of current test run.
224
- Required when specifying MotoWebUI as one of the listeners.
225
- -r, --runname Name of the test run to which everything will be reported when using MotoWebUI.
226
- Default: Value of -g or -t depending on which one was specified.
227
- -a, --assignee ID of a person responsible for current test run.
228
- Can have a default value set in config/webui section.
223
+
229
224
  --threads Thread count. Run tests in parallel.
230
225
  --attempts Attempt count. Max number of test execution times if failed.
231
226
 
@@ -244,6 +239,12 @@ module Moto
244
239
 
245
240
  --param-name Only parameters that contain provided string will be executed.
246
241
 
242
+ --mwui-path [MotoWebUI 2.0] Directory path (eg. /regression/areaname) to which results of the current run
243
+ should be aggregated.
244
+ Required when specifying MotoWebUI as one of the listeners.
245
+ --mwui-assignee-id [MotoWebUI 2.0] ID of a person responsible for current test run.
246
+ Can have a default value set in config/webui section.
247
+
247
248
 
248
249
 
249
250
  ==============
@@ -257,20 +258,12 @@ module Moto
257
258
  Use # MOTO_TAGS: TAGNAME1 in test to assign tag.
258
259
  Use ~ to filter tests that do not contain specific tag, e.g. ~tag
259
260
 
260
-
261
261
  -c, --config Name of the config, without extension, to be loaded from MotoApp/config/CONFIG_NAME.rb
262
262
  Default: moto (which loads: MotoApp/config/moto.rb)
263
263
 
264
-
265
264
  -l, --listeners Reporters to be used.
266
265
  Defaults are Moto::Reporting::Listeners::ConsoleDots, Moto::Reporting::Listeners::JunitXml
267
266
  One reporter that is always used: Moto::Reporting::Listeners::KernelCode
268
- -s, --suitename Name of the test suite to which should aggregate the results of current test run.
269
- Required when specifying MotoWebUI as one of the listeners.
270
- -r, --runname Name of the test run to which everything will be reported when using MotoWebUI.
271
- Default: Value of -g or -t depending on which one was specified.
272
- -a, --assignee ID of a person responsible for current test run.
273
- Can have a default value set in config/webui section.
274
267
 
275
268
  -p, --tagregexpos Regex which will be matched against tags joined on ','.
276
269
  Validation will pass if there is a match.
@@ -281,6 +274,12 @@ module Moto
281
274
  -w, --tagwhitelist Only tags from the whitelist will be allowed.
282
275
  Provide in format: tag1,tag2,tag3 etc.
283
276
 
277
+ --mwui-path [MotoWebUI 2.0] Directory path (eg. /regression/areaname) to which results of the current run
278
+ should be aggregated.
279
+ Required when specifying MotoWebUI as one of the listeners.
280
+ --mwui-assignee-id [MotoWebUI 2.0] ID of a person responsible for current test run.
281
+ Can have a default value set in config/webui section.
282
+
284
283
 
285
284
 
286
285
  ==============
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Moto
2
- VERSION = '1.0.10'
2
+ VERSION = '1.0.12'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moto
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.10
4
+ version: 1.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bartek Wilczek
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2018-02-05 00:00:00.000000000 Z
14
+ date: 2018-02-06 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: activesupport