You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bdd/features/hub/HUB-002-host-iac.feature
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,3 +28,21 @@ Feature: HUB-002 Host started in Infrastructure as Code mode
28
28
And wait for "500" ms
29
29
And host is running
30
30
* exit hub process
31
+
32
+
@ci-hub@starts-host
33
+
Scenario: HUB-002 TC-004 Event forwarding works between sequences
34
+
When hub process is started with random ports and parameters "--sequences-root=data/sequences/ --instance-lifetime-extension-delay=10 --identify-existing --runtime-adapter=process"
35
+
And host is running
36
+
And I get list of instances
37
+
And start Instance by name "event-sequence" with JSON arguments '["event-one", "event-two"]'
38
+
* remember last instance as "first"
39
+
And start Instance by name "event-sequence" with JSON arguments '["event-two", "event-three"]'
40
+
* remember last instance as "second"
41
+
* switch to instance "first"
42
+
And send event "event-one" to instance with message '{"test": 1}'
0 commit comments