vanessa-behavior 0.4.4 → 0.4.5

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.
Files changed (32) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +3 -0
  3. data/bin/vanessa-behavior +17 -0
  4. data/features/step_definitions/wire_protocol.epf +0 -0
  5. data/features/wire_protocol.feature +337 -337
  6. data/gen/allure-results/066a48f03094fb47d11af812dafad262972166ef92cc17beec69b0403d15e56e-attachment.txt +4 -0
  7. data/gen/allure-results/1175036867d7ec0cc1c4721b086efed1c733561cc855645a4bb1691d12e2af8a-attachment.txt +4 -0
  8. data/gen/allure-results/119e1400-b255-0132-81c9-4685087c5b91-testsuite.xml +681 -0
  9. data/gen/allure-results/162d4bb8ec372d8eefb71b013eefb970c90c89af9680398435d530e02619b79d-attachment.txt +6 -0
  10. data/gen/allure-results/18260eee6a8d1a04f2bd05af817d69a1aa11727fe55bee57db0c60e1c3c63ce1-attachment.txt +3 -0
  11. data/gen/allure-results/2bd8007cc25428542eed58e0824a2ea58cac92c82be7c2ced51d58de9341de44-attachment.txt +6 -0
  12. data/gen/allure-results/33fa92f4ace8b036f4cb23f55951a9e2ccc1a84a13a23752f37cdba0b084ccce-attachment.txt +3 -0
  13. data/gen/allure-results/3b45e6fe443ca0ac819a8191e40c35aa68b0ca575b73c22f09be467a84929d3c-attachment.txt +4 -0
  14. data/gen/allure-results/3d05b2fded04a28658d4ced3a765cf6b7aa7ff1e7c8109d1a7452e33f54e8217-attachment.txt +6 -0
  15. data/gen/allure-results/3dab9859205b08745d11a9626734f3535200cee7709c167cd5c5a4cbfeccdd52-attachment.txt +6 -0
  16. data/gen/allure-results/41317e6d76d65cfc240c910c563cd44eb79690edf22bed6b4f310c7e507158cb-attachment.txt +6 -0
  17. data/gen/allure-results/456fab6abab3b6355e66e536be494df9848625e79e2e29c0e03556beb6e05e05-attachment.txt +6 -0
  18. data/gen/allure-results/4a5fe51ad867e1bf25b3703352f8c3bcf6a333e047d1e18f6a39b5ed46ed4cf3-attachment.txt +6 -0
  19. data/gen/allure-results/58f83a6d55fdb23000d32e42fd7b7411a571028b9496dd735193f43b44e5039e-attachment.txt +3 -0
  20. data/gen/allure-results/63b9d423c3dc6159f677415ee88989124738735c73e571be76fbaefae30dfff7-attachment.txt +12 -0
  21. data/gen/allure-results/69a76cee1d262331be437e1cba234ee9e5aee0f32d5c6b5b82319ae6280ef15e-attachment.txt +6 -0
  22. data/gen/allure-results/82888830a0b622d16a9bd40fe77b23d38079982d73a6517bdea731579fd0097b-attachment.txt +6 -0
  23. data/gen/allure-results/8824d2672f43c8557b8ef8b1c39dbeacd8ff7ab3bec9f66ef603b90825d10cce-attachment.txt +4 -0
  24. data/gen/allure-results/926407373bf5fedbe4ba78b1a25053f2dbe90c16e69ed79a3b00546a4cadcb52-attachment.txt +9 -0
  25. data/gen/allure-results/bf9b0c088d112b524b14a8235357c626b2bc8479fba40952c6a8f71c4d3a86d7-attachment.txt +7 -0
  26. data/gen/allure-results/dd8232f6b529d8be2eef646edd2409cd793b32571dd5af1760a88fcfc8bee738-attachment.txt +2 -0
  27. data/gen/allure-results/de76a3eff37fd81f34b0c5106b38ecda07f13bedae1f294d2bc891379df5e3de-attachment.txt +3 -0
  28. data/gen/allure-results/f9694897400de0589828da7b44c550fc7bd9df04e6050cb2fcf9ac184fe25292-attachment.txt +1 -0
  29. metadata +29 -6
  30. data/bin/keep.me +0 -0
  31. data/bin/vanessa-behavior.exe +0 -0
  32. data/lib/TemplateEpf/Temp/ObjectModule_wire_protocol.txt +0 -0
@@ -0,0 +1,6 @@
1
+
2
+ | request | response |
3
+ | ["step_matches",{"name_to_match":"we're all wired"}] | ["success",[{"id":"1", "args":[]}]] |
4
+ | ["begin_scenario"] | ["success"] |
5
+ | ["invoke",{"id":"1","args":[]}] | ["pending", "I'll do it later"] |
6
+ | ["end_scenario"] | ["success"] |
@@ -0,0 +1,3 @@
1
+
2
+ | request | response |
3
+ | ["step_matches",{"name_to_match":"we're all wired"}] | ["success",[{"id":"1", "args":[], "source":"MyApp.MyClass:123", "regexp":"we.*"}]] |
@@ -0,0 +1,6 @@
1
+
2
+ | request | response |
3
+ | ["step_matches",{"name_to_match":"we're all wired"}] | ["success",[{"id":"1", "args":[]}]] |
4
+ | ["begin_scenario"] | ["success"] |
5
+ | ["invoke",{"id":"1","args":[]}] | ["success"] |
6
+ | ["end_scenario"] | ["success"] |
@@ -0,0 +1,3 @@
1
+ Feature: High strung
2
+ Scenario: Wired
3
+ Given we're all wired
@@ -0,0 +1,4 @@
1
+ -
2
+
3
+ 1 scenario (1 skipped)
4
+ 1 step (1 skipped)
@@ -0,0 +1,6 @@
1
+
2
+ You can implement step definitions for undefined steps with these snippets:
3
+
4
+ foo()
5
+ bar;
6
+ baz
@@ -0,0 +1,6 @@
1
+
2
+ | request | response |
3
+ | ["step_matches",{"name_to_match":"we're all wired"}] | ["success",[{"id":"1", "args":[{"val":"wired", "pos":10}]}]] |
4
+ | ["begin_scenario"] | ["success"] |
5
+ | ["invoke",{"id":"1","args":["wired"]}] | ["success"] |
6
+ | ["end_scenario"] | ["success"] |
@@ -0,0 +1,6 @@
1
+ -
2
+
3
+ we.* # MyApp.MyClass:123
4
+
5
+ 1 scenario (1 skipped)
6
+ 1 step (1 skipped)
@@ -0,0 +1,6 @@
1
+
2
+ | request | response |
3
+ | ["step_matches",{"name_to_match":"we're all wired"}] | ["success",[{"id":"1", "args":[]}]] |
4
+ | ["begin_scenario"] | ["success"] |
5
+ | ["invoke",{"id":"1","args":[]}] | ["fail",{"message":"The wires are down", "exception":"Some.Foreign.ExceptionType"}] |
6
+ | ["end_scenario"] | ["success"] |
@@ -0,0 +1,6 @@
1
+
2
+ | request | response |
3
+ | ["step_matches",{"name_to_match":"we're all wired"}] | ["success",[]] |
4
+ | ["snippet_text",{"step_keyword":"Given","multiline_arg_class":"","step_name":"we're all wired"}] | ["success","foo()\n bar;\nbaz"] |
5
+ | ["begin_scenario"] | ["success"] |
6
+ | ["end_scenario"] | ["success"] |
@@ -0,0 +1,3 @@
1
+
2
+ | request | response |
3
+ | ["step_matches",{"name_to_match":"we're all wired"}] | ["success",[{"id":"1", "args":[]}]] |
@@ -0,0 +1,12 @@
1
+ F
2
+
3
+ (::) failed steps (::)
4
+
5
+ The wires are down (Some.Foreign.ExceptionType from localhost:54321)
6
+ features/wired.feature:3:in 'Given we're all wired'
7
+
8
+ Failing Scenarios:
9
+ cucumber features/wired.feature:2 # Scenario: Wired
10
+
11
+ 1 scenario (1 failed)
12
+ 1 step (1 failed)
@@ -0,0 +1,6 @@
1
+
2
+ | request | response |
3
+ | ["step_matches",{"name_to_match":"we're all:"}] | ["success",[{"id":"1", "args":[{"val":"we're", "pos":0}]}]] |
4
+ | ["begin_scenario"] | ["success"] |
5
+ | ["invoke",{"id":"1","args":["we're",[["wired"],["high"],["happy"]]]}] | ["success"] |
6
+ | ["end_scenario"] | ["success"] |
@@ -0,0 +1,6 @@
1
+ Feature: High strung
2
+ Scenario: Wired and more
3
+ Given we're all:
4
+ | wired |
5
+ | high |
6
+ | happy |
@@ -0,0 +1,4 @@
1
+ .
2
+
3
+ 1 scenario (1 passed)
4
+ 1 step (1 passed)
@@ -0,0 +1,9 @@
1
+ Feature: High strung
2
+
3
+ Scenario: Wired
4
+ Given we're all wired
5
+ I'll do it later (Cucumber::Pending)
6
+ features/wired.feature:3:in 'Given we're all wired'
7
+
8
+ 1 scenario (1 pending)
9
+ 1 step (1 pending)
@@ -0,0 +1,7 @@
1
+ Feature: High strung
2
+
3
+ Scenario: Wired # features/wired.feature:2
4
+ Given we're all wired # features/wired.feature:3
5
+
6
+ 1 scenario (1 undefined)
7
+ 1 step (1 undefined)
@@ -0,0 +1,3 @@
1
+
2
+ | request | response |
3
+ | ["step_matches",{"name_to_match":"we're all wired"}] | ["success",[]] |
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vanessa-behavior
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4
4
+ version: 0.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexey Lustin
@@ -41,25 +41,48 @@ dependencies:
41
41
  version: '0.4'
42
42
  description: BDD, ATDD инструментарий для платформы 1С:Предприятие и для проекта 1Script
43
43
  email: team@silverbulleters.org
44
- executables: []
44
+ executables:
45
+ - vanessa-behavior
45
46
  extensions: []
46
47
  extra_rdoc_files: []
47
48
  files:
48
49
  - CONTRIBUTORS.md
50
+ - Gemfile
49
51
  - LICENSE
50
52
  - README.md
51
53
  - ROADMAP.md
52
- - bin/keep.me
53
- - bin/vanessa-behavior.exe
54
+ - bin/vanessa-behavior
54
55
  - config/cucumber.yml
55
56
  - features/EpfBehavePleer.feature
56
57
  - features/step_definitions/ones_remote_tests.wire
57
58
  - features/step_definitions/wire_protocol.epf
58
59
  - features/support/env.rb
59
60
  - features/wire_protocol.feature
61
+ - gen/allure-results/066a48f03094fb47d11af812dafad262972166ef92cc17beec69b0403d15e56e-attachment.txt
62
+ - gen/allure-results/1175036867d7ec0cc1c4721b086efed1c733561cc855645a4bb1691d12e2af8a-attachment.txt
63
+ - gen/allure-results/119e1400-b255-0132-81c9-4685087c5b91-testsuite.xml
64
+ - gen/allure-results/162d4bb8ec372d8eefb71b013eefb970c90c89af9680398435d530e02619b79d-attachment.txt
65
+ - gen/allure-results/18260eee6a8d1a04f2bd05af817d69a1aa11727fe55bee57db0c60e1c3c63ce1-attachment.txt
66
+ - gen/allure-results/2bd8007cc25428542eed58e0824a2ea58cac92c82be7c2ced51d58de9341de44-attachment.txt
67
+ - gen/allure-results/33fa92f4ace8b036f4cb23f55951a9e2ccc1a84a13a23752f37cdba0b084ccce-attachment.txt
68
+ - gen/allure-results/3b45e6fe443ca0ac819a8191e40c35aa68b0ca575b73c22f09be467a84929d3c-attachment.txt
69
+ - gen/allure-results/3d05b2fded04a28658d4ced3a765cf6b7aa7ff1e7c8109d1a7452e33f54e8217-attachment.txt
70
+ - gen/allure-results/3dab9859205b08745d11a9626734f3535200cee7709c167cd5c5a4cbfeccdd52-attachment.txt
71
+ - gen/allure-results/41317e6d76d65cfc240c910c563cd44eb79690edf22bed6b4f310c7e507158cb-attachment.txt
72
+ - gen/allure-results/456fab6abab3b6355e66e536be494df9848625e79e2e29c0e03556beb6e05e05-attachment.txt
73
+ - gen/allure-results/4a5fe51ad867e1bf25b3703352f8c3bcf6a333e047d1e18f6a39b5ed46ed4cf3-attachment.txt
74
+ - gen/allure-results/58f83a6d55fdb23000d32e42fd7b7411a571028b9496dd735193f43b44e5039e-attachment.txt
75
+ - gen/allure-results/63b9d423c3dc6159f677415ee88989124738735c73e571be76fbaefae30dfff7-attachment.txt
76
+ - gen/allure-results/69a76cee1d262331be437e1cba234ee9e5aee0f32d5c6b5b82319ae6280ef15e-attachment.txt
77
+ - gen/allure-results/82888830a0b622d16a9bd40fe77b23d38079982d73a6517bdea731579fd0097b-attachment.txt
78
+ - gen/allure-results/8824d2672f43c8557b8ef8b1c39dbeacd8ff7ab3bec9f66ef603b90825d10cce-attachment.txt
79
+ - gen/allure-results/926407373bf5fedbe4ba78b1a25053f2dbe90c16e69ed79a3b00546a4cadcb52-attachment.txt
80
+ - gen/allure-results/bf9b0c088d112b524b14a8235357c626b2bc8479fba40952c6a8f71c4d3a86d7-attachment.txt
81
+ - gen/allure-results/dd8232f6b529d8be2eef646edd2409cd793b32571dd5af1760a88fcfc8bee738-attachment.txt
82
+ - gen/allure-results/de76a3eff37fd81f34b0c5106b38ecda07f13bedae1f294d2bc891379df5e3de-attachment.txt
83
+ - gen/allure-results/f9694897400de0589828da7b44c550fc7bd9df04e6050cb2fcf9ac184fe25292-attachment.txt
60
84
  - lib/TemplateEpf/Temp/ObjectModule_ExampleAccounting.txt
61
85
  - lib/TemplateEpf/Temp/ObjectModule_example-accounting.txt
62
- - lib/TemplateEpf/Temp/ObjectModule_wire_protocol.txt
63
86
  - lib/TemplateEpf/Temp/keep.me
64
87
  - lib/TemplateEpf/renames.txt
65
88
  - lib/TemplateEpf/und/79a499cc-1782-4a2f-abe7-61ea4d49fd5a
@@ -90,7 +113,7 @@ licenses:
90
113
  - Apache-2.0
91
114
  metadata: {}
92
115
  post_install_message: You must install 1S:Enterprise platform to use vanessa-behavoir,
93
- please visit http://v8.1.ru
116
+ please visit http://v8.1c.ru
94
117
  rdoc_options:
95
118
  - "--charset=UTF-8"
96
119
  require_paths:
data/bin/keep.me DELETED
File without changes
Binary file
File without changes