File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/integrationtests/resources/features Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Feature: Artifact flow Integrationtest
23
23
on mail subscriptions
24
24
25
25
# Setup Eiffel Intelligence
26
- Given the rules "src/test /resources/ArtifactRules.json"
26
+ Given the rules "src/main /resources/ArtifactRules.json"
27
27
And the events "src/test/resources/ArtifactFlowTestEvents.json"
28
28
And the resulting aggregated object "src/test/resources/AggregatedDocumentInternalCompositionLatestIT.json" ;
29
29
And the upstream input "src/test/resources/upStreamInput.json"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Feature: Source change flow integrationtest
23
23
REST-POST subscriptions using buildWithParameters and JMESPATH extracted correct
24
24
data to add to parameter
25
25
26
- Given the rules "src/test /resources/SourceChangeObjectRules.json"
26
+ Given the rules "src/main /resources/SourceChangeObjectRules.json"
27
27
And the events "src/test/resources/TestSourceChangeObjectEvents.json"
28
28
And the upstream input "src/test/resources/UpstreamEventsForSourceChange.json"
29
29
And the resulting aggregated object "src/test/resources/aggregatedSourceChangeObject.json" ;
@@ -55,7 +55,7 @@ Feature: Source change flow integrationtest
55
55
REST-POST subscriptions using buildWithParameters and JMESPATH extracted correct
56
56
data to add to parameter
57
57
58
- Given the rules "src/test /resources/SourceChangeObjectRules.json"
58
+ Given the rules "src/main /resources/SourceChangeObjectRules.json"
59
59
And the events "src/test/resources/TestSourceChangeObjectEvents.json"
60
60
And the upstream input "src/test/resources/UpstreamEventsForSourceChange.json"
61
61
And the resulting aggregated object "src/test/resources/aggregatedSourceChangeObject.json" ;
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Feature: Test execution flow integrationtest
24
24
data to add to parameter
25
25
26
26
# Setup Eiffel Intelligence
27
- Given the rules "src/test /resources/TestExecutionObjectRules.json"
27
+ Given the rules "src/main /resources/TestExecutionObjectRules.json"
28
28
And the events "src/test/resources/TestExecutionTestEvents.json"
29
29
And the resulting aggregated object "src/test/resources/aggregatedTestActivityObject.json" ;
30
30
Then the expected aggregated object ID is "e46ef12d-25gb-4d7y-b9fd-8763re66de47"
@@ -55,7 +55,7 @@ Feature: Test execution flow integrationtest
55
55
data to add as a json parameter in the body. This with multiple parameters.
56
56
57
57
# Setup Eiffel Intelligence
58
- Given the rules "src/test /resources/TestExecutionObjectRules.json"
58
+ Given the rules "src/main /resources/TestExecutionObjectRules.json"
59
59
And the events "src/test/resources/TestExecutionTestEvents.json"
60
60
And the resulting aggregated object "src/test/resources/aggregatedTestActivityObject.json" ;
61
61
Then the expected aggregated object ID is "e46ef12d-25gb-4d7y-b9fd-8763re66de47"
You can’t perform that action at this time.
0 commit comments