Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gauge concept steps are not properly shown in reports portal UI- It should be ideally shown as a collapsible item #55

Closed
h2904 opened this issue Apr 1, 2022 · 28 comments · Fixed by #64

Comments

@h2904
Copy link

h2904 commented Apr 1, 2022

Gauge has a functionality of concepts: so in a concept file you can have multiple gauge steps, and when you call a concept header (Also a part of concept file) as a step in spec file:
More details are mentioned here:

In Gauge HTML report : Concepts are shown as collapsible item, where in by default everything is collapsed and only concept header is shown : you can expand the header to show the internal steps concept is using

But when same HTML reports are uploaded to report portal, all internal steps of concepts are shown by defualt, which makes reports a bit lengthy : It would be great if you could provide support of concepts as well. We and probably many others uses concepts functionality of gauge quite extensively.

Also thank you for creating such a cool Project, and supporting so many different types of plugins.

Attaching a sample gauge HTML report of a spec using concepts, as a reference:
html-report.zip

Please let me know if you need any more information regarding this topic.

@jensakejohansson
Copy link

I agree with this, presenting concepts i RP in a similar way to HTML-report would be a great improvement. Was there any investigation into this to see if it's possible?

@nvborisenko
Copy link
Member

It is not yet possible, asked new feature for gauge engine: getgauge/gauge#2450

@jensakejohansson
Copy link

@nvborisenko
We have made updates to Gauge and a new release is created. v.1.5.7. Now Gauge sends messages about concept start/ending.
Much appreciated if you could have a look and see if you can use these and update/improve the plugin. Thanks!

@nvborisenko
Copy link
Member

I am almost done with #63 - LOL, 1 year. I really want to do it: performance and file size is sweet.

Then I will try reporting of gauge concepts. Before doing it, can you please help me to understand where concepts live. I am looking for all possible ways (beforeScenario/insideScenario/afterFeature), how they look in the final report (html?).

@nvborisenko
Copy link
Member

nvborisenko commented Jan 29, 2024

@jensakejohansson I see that NotifyConceptExecutionStarting event is fired, but NotifyConceptExecutionEnding is not. I am not sure, seems it happens when concept execution is failed (or step inside concept).

Attaching the entire logs from ReportPortal plugin:

ReportMessagesHandler Information: 0 : 21:55:56.5948825 : 1-ReportPortal.GaugePlugin : NotifyExecutionStarting received
ReportMessagesHandler Verbose: 0 : 21:55:56.6019650 : 1-ReportPortal.GaugePlugin : { "currentExecutionInfo": { "projectName": "GNET", "numberOfExecutionStreams": 12 } }
ReportMessagesHandler Information: 0 : 21:55:56.6106314 : 1-ReportPortal.GaugePlugin : NotifyExecutionStarting received
ReportMessagesHandler Verbose: 0 : 21:55:56.6110847 : 1-ReportPortal.GaugePlugin : { "currentExecutionInfo": { "projectName": "GNET", "numberOfExecutionStreams": 12 }, "suiteResult": { "environment": "default", "projectName": "GNET", "timestamp": "Jan 29, 2024 at 9:55pm" } }
ReportMessagesHandler Information: 0 : 21:55:56.6134119 : 1-ReportPortal.GaugePlugin : NotifySpecExecutionStarting received
ReportMessagesHandler Verbose: 0 : 21:55:56.6137157 : 1-ReportPortal.GaugePlugin : { "currentExecutionInfo": { "currentSpec": { "name": "Specification Heading", "fileName": "d:\\Temp\\GNET\\specs\\Spec with concept.spec" }, "projectName": "GNET", "numberOfExecutionStreams": 12 } }
ReportMessagesHandler Information: 0 : 21:55:56.6287965 : 1-ReportPortal.GaugePlugin : NotifySpecExecutionStarting received
ReportMessagesHandler Verbose: 0 : 21:55:56.6295840 : 1-ReportPortal.GaugePlugin : { "currentExecutionInfo": { "currentSpec": { "name": "Specification Heading", "fileName": "d:\\Temp\\GNET\\specs\\Spec with concept.spec" }, "projectName": "GNET", "numberOfExecutionStreams": 12 }, "specResult": { "protoSpec": { "specHeading": "Specification Heading", "items": [ { "itemType": "Comment", "comment": { "text": "\n" } }, { "itemType": "Comment", "comment": { "text": "Some description" } }, { "itemType": "Comment", "comment": { "text": "\n" } } ], "fileName": "d:\\Temp\\GNET\\specs\\Spec with concept.spec", "preHookMessages": [ "Before Spec Message" ] }, "executionTime": "11", "timestamp": "2024-01-29T21:55:56+03:00" } }
ReportMessagesHandler Information: 0 : 21:55:56.6351804 : 1-ReportPortal.GaugePlugin : NotifyScenarioExecutionStarting received
ReportMessagesHandler Verbose: 0 : 21:55:56.6355964 : 1-ReportPortal.GaugePlugin : { "currentExecutionInfo": { "currentSpec": { "name": "Specification Heading", "fileName": "d:\\Temp\\GNET\\specs\\Spec with concept.spec" }, "currentScenario": { "name": "This is spec with concept" }, "projectName": "GNET", "numberOfExecutionStreams": 12 } }
ReportMessagesHandler Information: 0 : 21:55:56.6406707 : 1-ReportPortal.GaugePlugin : NotifyScenarioExecutionStarting received
ReportMessagesHandler Verbose: 0 : 21:55:56.6414518 : 1-ReportPortal.GaugePlugin : { "currentExecutionInfo": { "currentSpec": { "name": "Specification Heading", "fileName": "d:\\Temp\\GNET\\specs\\Spec with concept.spec" }, "currentScenario": { "name": "This is spec with concept" }, "projectName": "GNET", "numberOfExecutionStreams": 12 }, "scenarioResult": { "protoItem": { "itemType": "Scenario", "scenario": { "scenarioHeading": "This is spec with concept", "scenarioItems": [ { "itemType": "Concept", "concept": { "conceptStep": { "actualText": "My concept", "parsedText": "My concept", "fragments": [ { "text": "My concept" } ], "stepExecutionResult": { } }, "steps": [ { "step": { "actualText": "The word \"gaugee\" has \"4\" vowels.", "parsedText": "The word {} has {} vowels.", "fragments": [ { "text": "The word " }, { "fragmentType": "Parameter", "parameter": { "value": "gaugee" } }, { "text": " has " }, { "fragmentType": "Parameter", "parameter": { "value": "4" } }, { "text": " vowels." } ], "stepExecutionResult": { } } }, { "step": { "actualText": "The word \"gaugee\" has \"5\" vowels.", "parsedText": "The word {} has {} vowels.", "fragments": [ { "text": "The word " }, { "fragmentType": "Parameter", "parameter": { "value": "gaugee" } }, { "text": " has " }, { "fragmentType": "Parameter", "parameter": { "value": "5" } }, { "text": " vowels." } ], "stepExecutionResult": { } } }, { "step": { "actualText": "The word \"gaugee\" has \"6\" vowels.", "parsedText": "The word {} has {} vowels.", "fragments": [ { "text": "The word " }, { "fragmentType": "Parameter", "parameter": { "value": "gaugee" } }, { "text": " has " }, { "fragmentType": "Parameter", "parameter": { "value": "6" } }, { "text": " vowels." } ], "stepExecutionResult": { } } } ] } } ], "span": { "start": "5", "end": "6" }, "executionStatus": "PASSED", "preHookMessages": [ "Before Scenario Message" ] } }, "timestamp": "2024-01-29T21:55:56+03:00" } }
ReportMessagesHandler Information: 0 : 21:55:56.6436587 : 1-ReportPortal.GaugePlugin : NotifyConceptExecutionStarting received
ReportMessagesHandler Verbose: 0 : 21:55:56.6443070 : 1-ReportPortal.GaugePlugin : { "currentExecutionInfo": { "currentSpec": { "name": "Specification Heading", "fileName": "d:\\Temp\\GNET\\specs\\Spec with concept.spec" }, "currentScenario": { "name": "This is spec with concept" }, "currentStep": { "step": { "actualStepText": "My concept", "parsedStepText": "My concept" } }, "projectName": "GNET", "numberOfExecutionStreams": 12 } }
ReportMessagesHandler Information: 0 : 21:55:56.6453670 : 1-ReportPortal.GaugePlugin : NotifyStepExecutionStarting received
ReportMessagesHandler Verbose: 0 : 21:55:56.6457341 : 1-ReportPortal.GaugePlugin : { "currentExecutionInfo": { "currentSpec": { "name": "Specification Heading", "fileName": "d:\\Temp\\GNET\\specs\\Spec with concept.spec" }, "currentScenario": { "name": "This is spec with concept" }, "currentStep": { "step": { "actualStepText": "The word \"gaugee\" has \"4\" vowels.", "parsedStepText": "The word {} has {} vowels.", "parameters": [ { "value": "gaugee" }, { "value": "4" } ] } }, "projectName": "GNET", "numberOfExecutionStreams": 12 } }
ReportMessagesHandler Information: 0 : 21:55:56.6498158 : 1-ReportPortal.GaugePlugin : NotifyStepExecutionStarting received
ReportMessagesHandler Verbose: 0 : 21:55:56.6503355 : 1-ReportPortal.GaugePlugin : { "currentExecutionInfo": { "currentSpec": { "name": "Specification Heading", "fileName": "d:\\Temp\\GNET\\specs\\Spec with concept.spec" }, "currentScenario": { "name": "This is spec with concept" }, "currentStep": { "step": { "actualStepText": "The word \"gaugee\" has \"4\" vowels.", "parsedStepText": "The word {} has {} vowels.", "parameters": [ { "value": "gaugee" }, { "value": "4" } ] } }, "projectName": "GNET", "numberOfExecutionStreams": 12 }, "stepResult": { "protoItem": { "step": { "actualText": "The word \"gaugee\" has \"4\" vowels.", "parsedText": "The word {} has {} vowels.", "fragments": [ { "text": "The word " }, { "fragmentType": "Parameter", "parameter": { "value": "gaugee" } }, { "text": " has " }, { "fragmentType": "Parameter", "parameter": { "value": "4" } }, { "text": " vowels." } ], "stepExecutionResult": { "executionResult": { } }, "preHookMessages": [ "Before Step Message" ] } }, "timestamp": "2024-01-29T21:55:56+03:00" } }
Sender Verbose: 0 : 21:55:56.6506026 : 1-ReportPortal.GaugePlugin : Starting step with key: StepKey { ScenarioKey = ScenarioKey { SpecKey = SpecKey { name = Specification Heading, FileName = d:\Temp\GNET\specs\Spec with concept.spec, RunnerId = 0 }, Name = This is spec with concept }, Name = The word "gaugee" has "4" vowels. }
ReportMessagesHandler Information: 0 : 21:55:56.6745154 : 1-ReportPortal.GaugePlugin : NotifyStepExecutionEnding received
ReportMessagesHandler Verbose: 0 : 21:55:56.6749718 : 1-ReportPortal.GaugePlugin : { "currentExecutionInfo": { "currentSpec": { "name": "Specification Heading", "fileName": "d:\\Temp\\GNET\\specs\\Spec with concept.spec", "isFailed": true }, "currentScenario": { "name": "This is spec with concept", "isFailed": true }, "currentStep": { "step": { "actualStepText": "The word \"gaugee\" has \"4\" vowels.", "parsedStepText": "The word {} has {} vowels.", "parameters": [ { "value": "gaugee" }, { "value": "4" } ] }, "isFailed": true, "stackTrace": "   at netcore.template.StepImplementation.\u003cCountVowels\u003eb__9_0(Char c) in d:\\Temp\\GNET\\StepImplementation.cs:line 89\r\n   at System.Linq.Enumerable.Count[TSource](IEnumerable`1 source, Func`2 predicate)\r\n   at netcore.template.StepImplementation.CountVowels(String word) in d:\\Temp\\GNET\\StepImplementation.cs:line 89\r\n   at netcore.template.StepImplementation.VerifyVowelsCountInWord(String word, Int32 expectedCount) in d:\\Temp\\GNET\\StepImplementation.cs:line 69\r\n   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)\r\n   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)", "errorMessage": "Object reference not set to an instance of an object." }, "projectName": "GNET", "numberOfExecutionStreams": 12 }, "stepResult": { "protoItem": { "step": { "actualText": "The word \"gaugee\" has \"4\" vowels.", "parsedText": "The word {} has {} vowels.", "fragments": [ { "text": "The word " }, { "fragmentType": "Parameter", "parameter": { "value": "gaugee" } }, { "text": " has " }, { "fragmentType": "Parameter", "parameter": { "value": "4" } }, { "text": " vowels." } ], "stepExecutionResult": { "executionResult": { "failed": true, "errorMessage": "Object reference not set to an instance of an object.", "stackTrace": "   at netcore.template.StepImplementation.\u003cCountVowels\u003eb__9_0(Char c) in d:\\Temp\\GNET\\StepImplementation.cs:line 89\r\n   at System.Linq.Enumerable.Count[TSource](IEnumerable`1 source, Func`2 predicate)\r\n   at netcore.template.StepImplementation.CountVowels(String word) in d:\\Temp\\GNET\\StepImplementation.cs:line 89\r\n   at netcore.template.StepImplementation.VerifyVowelsCountInWord(String word, Int32 expectedCount) in d:\\Temp\\GNET\\StepImplementation.cs:line 69\r\n   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)\r\n   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)", "executionTime": "16", "message": [ "This is another message from step." ] } }, "preHookMessages": [ "Before Step Message" ], "postHookMessages": [ "After Step Message" ] } }, "executionTime": "16", "timestamp": "2024-01-29T21:55:56+03:00" } }
Sender Verbose: 0 : 21:55:56.6752528 : 1-ReportPortal.GaugePlugin : Finishing step with key: StepKey { ScenarioKey = ScenarioKey { SpecKey = SpecKey { name = Specification Heading, FileName = d:\Temp\GNET\specs\Spec with concept.spec, RunnerId = 0 }, Name = This is spec with concept }, Name = The word "gaugee" has "4" vowels. }
ReportMessagesHandler Information: 0 : 21:55:56.6788634 : 1-ReportPortal.GaugePlugin : NotifyScenarioExecutionEnding received
ReportMessagesHandler Verbose: 0 : 21:55:56.6793542 : 1-ReportPortal.GaugePlugin : { "currentExecutionInfo": { "currentSpec": { "name": "Specification Heading", "fileName": "d:\\Temp\\GNET\\specs\\Spec with concept.spec", "isFailed": true }, "currentScenario": { "name": "This is spec with concept", "isFailed": true }, "currentStep": { }, "projectName": "GNET", "numberOfExecutionStreams": 12 }, "scenarioResult": { "protoItem": { "itemType": "Scenario", "scenario": { "scenarioHeading": "This is spec with concept", "scenarioItems": [ { "itemType": "Concept", "concept": { "conceptStep": { "actualText": "My concept", "parsedText": "My concept", "fragments": [ { "text": "My concept" } ], "stepExecutionResult": { "executionResult": { "failed": true, "errorMessage": "Object reference not set to an instance of an object.", "stackTrace": "   at netcore.template.StepImplementation.\u003cCountVowels\u003eb__9_0(Char c) in d:\\Temp\\GNET\\StepImplementation.cs:line 89\r\n   at System.Linq.Enumerable.Count[TSource](IEnumerable`1 source, Func`2 predicate)\r\n   at netcore.template.StepImplementation.CountVowels(String word) in d:\\Temp\\GNET\\StepImplementation.cs:line 89\r\n   at netcore.template.StepImplementation.VerifyVowelsCountInWord(String word, Int32 expectedCount) in d:\\Temp\\GNET\\StepImplementation.cs:line 69\r\n   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)\r\n   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)", "executionTime": "16", "message": [ "This is another message from step." ] } } }, "steps": [ { "step": { "actualText": "The word \"gaugee\" has \"4\" vowels.", "parsedText": "The word {} has {} vowels.", "fragments": [ { "text": "The word " }, { "fragmentType": "Parameter", "parameter": { "value": "gaugee" } }, { "text": " has " }, { "fragmentType": "Parameter", "parameter": { "value": "4" } }, { "text": " vowels." } ], "stepExecutionResult": { "executionResult": { "failed": true, "errorMessage": "Object reference not set to an instance of an object.", "stackTrace": "   at netcore.template.StepImplementation.\u003cCountVowels\u003eb__9_0(Char c) in d:\\Temp\\GNET\\StepImplementation.cs:line 89\r\n   at System.Linq.Enumerable.Count[TSource](IEnumerable`1 source, Func`2 predicate)\r\n   at netcore.template.StepImplementation.CountVowels(String word) in d:\\Temp\\GNET\\StepImplementation.cs:line 89\r\n   at netcore.template.StepImplementation.VerifyVowelsCountInWord(String word, Int32 expectedCount) in d:\\Temp\\GNET\\StepImplementation.cs:line 69\r\n   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)\r\n   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)", "executionTime": "16", "message": [ "This is another message from step." ] } }, "preHookMessages": [ "Before Step Message" ], "postHookMessages": [ "After Step Message" ] } }, { "step": { "actualText": "The word \"gaugee\" has \"5\" vowels.", "parsedText": "The word {} has {} vowels.", "fragments": [ { "text": "The word " }, { "fragmentType": "Parameter", "parameter": { "value": "gaugee" } }, { "text": " has " }, { "fragmentType": "Parameter", "parameter": { "value": "5" } }, { "text": " vowels." } ], "stepExecutionResult": { } } }, { "step": { "actualText": "The word \"gaugee\" has \"6\" vowels.", "parsedText": "The word {} has {} vowels.", "fragments": [ { "text": "The word " }, { "fragmentType": "Parameter", "parameter": { "value": "gaugee" } }, { "text": " has " }, { "fragmentType": "Parameter", "parameter": { "value": "6" } }, { "text": " vowels." } ], "stepExecutionResult": { } } } ], "conceptExecutionResult": { "executionResult": { "failed": true, "errorMessage": "Object reference not set to an instance of an object.", "stackTrace": "   at netcore.template.StepImplementation.\u003cCountVowels\u003eb__9_0(Char c) in d:\\Temp\\GNET\\StepImplementation.cs:line 89\r\n   at System.Linq.Enumerable.Count[TSource](IEnumerable`1 source, Func`2 predicate)\r\n   at netcore.template.StepImplementation.CountVowels(String word) in d:\\Temp\\GNET\\StepImplementation.cs:line 89\r\n   at netcore.template.StepImplementation.VerifyVowelsCountInWord(String word, Int32 expectedCount) in d:\\Temp\\GNET\\StepImplementation.cs:line 69\r\n   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)\r\n   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)", "executionTime": "16", "message": [ "This is another message from step." ] } } } } ], "span": { "start": "5", "end": "6" }, "executionStatus": "FAILED", "preHookMessages": [ "Before Scenario Message" ], "postHookMessages": [ "After Scenario Message" ] } }, "timestamp": "2024-01-29T21:55:56+03:00" } }
ReportMessagesHandler Information: 0 : 21:55:56.6823926 : 1-ReportPortal.GaugePlugin : NotifySpecExecutionEnding received
ReportMessagesHandler Verbose: 0 : 21:55:56.6828190 : 1-ReportPortal.GaugePlugin : { "currentExecutionInfo": { "currentSpec": { "name": "Specification Heading", "fileName": "d:\\Temp\\GNET\\specs\\Spec with concept.spec", "isFailed": true }, "currentStep": { }, "projectName": "GNET", "numberOfExecutionStreams": 12 }, "specResult": { "protoSpec": { "specHeading": "Specification Heading", "items": [ { "itemType": "Comment", "comment": { "text": "\n" } }, { "itemType": "Comment", "comment": { "text": "Some description" } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "itemType": "Scenario", "scenario": { "scenarioHeading": "This is spec with concept", "scenarioItems": [ { "itemType": "Concept", "concept": { "conceptStep": { "actualText": "My concept", "parsedText": "My concept", "fragments": [ { "text": "My concept" } ], "stepExecutionResult": { "executionResult": { "failed": true, "errorMessage": "Object reference not set to an instance of an object.", "stackTrace": "   at netcore.template.StepImplementation.\u003cCountVowels\u003eb__9_0(Char c) in d:\\Temp\\GNET\\StepImplementation.cs:line 89\r\n   at System.Linq.Enumerable.Count[TSource](IEnumerable`1 source, Func`2 predicate)\r\n   at netcore.template.StepImplementation.CountVowels(String word) in d:\\Temp\\GNET\\StepImplementation.cs:line 89\r\n   at netcore.template.StepImplementation.VerifyVowelsCountInWord(String word, Int32 expectedCount) in d:\\Temp\\GNET\\StepImplementation.cs:line 69\r\n   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)\r\n   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)", "executionTime": "16", "message": [ "This is another message from step." ] } } }, "steps": [ { "step": { "actualText": "The word \"gaugee\" has \"4\" vowels.", "parsedText": "The word {} has {} vowels.", "fragments": [ { "text": "The word " }, { "fragmentType": "Parameter", "parameter": { "value": "gaugee" } }, { "text": " has " }, { "fragmentType": "Parameter", "parameter": { "value": "4" } }, { "text": " vowels." } ], "stepExecutionResult": { "executionResult": { "failed": true, "errorMessage": "Object reference not set to an instance of an object.", "stackTrace": "   at netcore.template.StepImplementation.\u003cCountVowels\u003eb__9_0(Char c) in d:\\Temp\\GNET\\StepImplementation.cs:line 89\r\n   at System.Linq.Enumerable.Count[TSource](IEnumerable`1 source, Func`2 predicate)\r\n   at netcore.template.StepImplementation.CountVowels(String word) in d:\\Temp\\GNET\\StepImplementation.cs:line 89\r\n   at netcore.template.StepImplementation.VerifyVowelsCountInWord(String word, Int32 expectedCount) in d:\\Temp\\GNET\\StepImplementation.cs:line 69\r\n   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)\r\n   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)", "executionTime": "16", "message": [ "This is another message from step." ] } }, "preHookMessages": [ "Before Step Message" ], "postHookMessages": [ "After Step Message" ] } }, { "step": { "actualText": "The word \"gaugee\" has \"5\" vowels.", "parsedText": "The word {} has {} vowels.", "fragments": [ { "text": "The word " }, { "fragmentType": "Parameter", "parameter": { "value": "gaugee" } }, { "text": " has " }, { "fragmentType": "Parameter", "parameter": { "value": "5" } }, { "text": " vowels." } ], "stepExecutionResult": { } } }, { "step": { "actualText": "The word \"gaugee\" has \"6\" vowels.", "parsedText": "The word {} has {} vowels.", "fragments": [ { "text": "The word " }, { "fragmentType": "Parameter", "parameter": { "value": "gaugee" } }, { "text": " has " }, { "fragmentType": "Parameter", "parameter": { "value": "6" } }, { "text": " vowels." } ], "stepExecutionResult": { } } } ], "conceptExecutionResult": { "executionResult": { "failed": true, "errorMessage": "Object reference not set to an instance of an object.", "stackTrace": "   at netcore.template.StepImplementation.\u003cCountVowels\u003eb__9_0(Char c) in d:\\Temp\\GNET\\StepImplementation.cs:line 89\r\n   at System.Linq.Enumerable.Count[TSource](IEnumerable`1 source, Func`2 predicate)\r\n   at netcore.template.StepImplementation.CountVowels(String word) in d:\\Temp\\GNET\\StepImplementation.cs:line 89\r\n   at netcore.template.StepImplementation.VerifyVowelsCountInWord(String word, Int32 expectedCount) in d:\\Temp\\GNET\\StepImplementation.cs:line 69\r\n   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)\r\n   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)", "executionTime": "16", "message": [ "This is another message from step." ] } } } } ], "executionTime": "16", "span": { "start": "5", "end": "6" }, "executionStatus": "FAILED", "preHookMessages": [ "Before Scenario Message" ], "postHookMessages": [ "After Scenario Message" ], "retriesCount": "1" } } ], "fileName": "d:\\Temp\\GNET\\specs\\Spec with concept.spec", "preHookMessages": [ "Before Spec Message" ], "postHookMessages": [ "After Spec Message" ] }, "scenarioCount": 1, "scenarioFailedCount": 1, "failed": true, "executionTime": "27", "timestamp": "2024-01-29T21:55:56+03:00" } }
ReportMessagesHandler Information: 0 : 21:55:56.6851111 : 1-ReportPortal.GaugePlugin : NotifyExecutionEnding received
ReportMessagesHandler Verbose: 0 : 21:55:56.6854214 : 1-ReportPortal.GaugePlugin : { "currentExecutionInfo": { "projectName": "GNET", "numberOfExecutionStreams": 12 } }
ReportMessagesHandler Information: 0 : 21:55:56.6928417 : 1-ReportPortal.GaugePlugin : NotifyExecutionEnding received
ReportMessagesHandler Verbose: 0 : 21:55:56.6964796 : 1-ReportPortal.GaugePlugin : { "currentExecutionInfo": { "projectName": "GNET", "numberOfExecutionStreams": 12 }, "suiteResult": { "specResults": [ { "protoSpec": { "specHeading": "Specification Heading", "items": [ { "itemType": "Comment", "comment": { "text": "\n" } }, { "itemType": "Comment", "comment": { "text": "Some description" } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "itemType": "Scenario", "scenario": { "scenarioHeading": "This is spec with concept", "scenarioItems": [ { "itemType": "Concept", "concept": { "conceptStep": { "actualText": "My concept", "parsedText": "My concept", "fragments": [ { "text": "My concept" } ], "stepExecutionResult": { "executionResult": { "failed": true, "errorMessage": "Object reference not set to an instance of an object.", "stackTrace": "   at netcore.template.StepImplementation.\u003cCountVowels\u003eb__9_0(Char c) in d:\\Temp\\GNET\\StepImplementation.cs:line 89\r\n   at System.Linq.Enumerable.Count[TSource](IEnumerable`1 source, Func`2 predicate)\r\n   at netcore.template.StepImplementation.CountVowels(String word) in d:\\Temp\\GNET\\StepImplementation.cs:line 89\r\n   at netcore.template.StepImplementation.VerifyVowelsCountInWord(String word, Int32 expectedCount) in d:\\Temp\\GNET\\StepImplementation.cs:line 69\r\n   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)\r\n   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)", "executionTime": "16", "message": [ "This is another message from step." ] } } }, "steps": [ { "step": { "actualText": "The word \"gaugee\" has \"4\" vowels.", "parsedText": "The word {} has {} vowels.", "fragments": [ { "text": "The word " }, { "fragmentType": "Parameter", "parameter": { "value": "gaugee" } }, { "text": " has " }, { "fragmentType": "Parameter", "parameter": { "value": "4" } }, { "text": " vowels." } ], "stepExecutionResult": { "executionResult": { "failed": true, "errorMessage": "Object reference not set to an instance of an object.", "stackTrace": "   at netcore.template.StepImplementation.\u003cCountVowels\u003eb__9_0(Char c) in d:\\Temp\\GNET\\StepImplementation.cs:line 89\r\n   at System.Linq.Enumerable.Count[TSource](IEnumerable`1 source, Func`2 predicate)\r\n   at netcore.template.StepImplementation.CountVowels(String word) in d:\\Temp\\GNET\\StepImplementation.cs:line 89\r\n   at netcore.template.StepImplementation.VerifyVowelsCountInWord(String word, Int32 expectedCount) in d:\\Temp\\GNET\\StepImplementation.cs:line 69\r\n   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)\r\n   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)", "executionTime": "16", "message": [ "This is another message from step." ] } }, "preHookMessages": [ "Before Step Message" ], "postHookMessages": [ "After Step Message" ] } }, { "step": { "actualText": "The word \"gaugee\" has \"5\" vowels.", "parsedText": "The word {} has {} vowels.", "fragments": [ { "text": "The word " }, { "fragmentType": "Parameter", "parameter": { "value": "gaugee" } }, { "text": " has " }, { "fragmentType": "Parameter", "parameter": { "value": "5" } }, { "text": " vowels." } ], "stepExecutionResult": { } } }, { "step": { "actualText": "The word \"gaugee\" has \"6\" vowels.", "parsedText": "The word {} has {} vowels.", "fragments": [ { "text": "The word " }, { "fragmentType": "Parameter", "parameter": { "value": "gaugee" } }, { "text": " has " }, { "fragmentType": "Parameter", "parameter": { "value": "6" } }, { "text": " vowels." } ], "stepExecutionResult": { } } } ], "conceptExecutionResult": { "executionResult": { "failed": true, "errorMessage": "Object reference not set to an instance of an object.", "stackTrace": "   at netcore.template.StepImplementation.\u003cCountVowels\u003eb__9_0(Char c) in d:\\Temp\\GNET\\StepImplementation.cs:line 89\r\n   at System.Linq.Enumerable.Count[TSource](IEnumerable`1 source, Func`2 predicate)\r\n   at netcore.template.StepImplementation.CountVowels(String word) in d:\\Temp\\GNET\\StepImplementation.cs:line 89\r\n   at netcore.template.StepImplementation.VerifyVowelsCountInWord(String word, Int32 expectedCount) in d:\\Temp\\GNET\\StepImplementation.cs:line 69\r\n   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)\r\n   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)", "executionTime": "16", "message": [ "This is another message from step." ] } } } } ], "executionTime": "16", "span": { "start": "5", "end": "6" }, "executionStatus": "FAILED", "preHookMessages": [ "Before Scenario Message" ], "postHookMessages": [ "After Scenario Message" ], "retriesCount": "1" } } ], "fileName": "d:\\Temp\\GNET\\specs\\Spec with concept.spec", "preHookMessages": [ "Before Spec Message" ], "postHookMessages": [ "After Spec Message" ] }, "scenarioCount": 1, "scenarioFailedCount": 1, "failed": true, "executionTime": "27", "timestamp": "2024-01-29T21:55:56+03:00" }, { "protoSpec": { "specHeading": "Specification Heading", "items": [ { "itemType": "Comment", "comment": { "text": "\n" } }, { "itemType": "Comment", "comment": { "text": "This is an executable specification file. This file follows markdown syntax." } }, { "itemType": "Comment", "comment": { "text": "Every heading in this file denotes a scenario. Every bulleted point denotes a step." } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "itemType": "Comment", "comment": { "text": "To execute this specification, run" } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "itemType": "Comment", "comment": { "text": "    gauge run specs" } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "itemType": "Table", "table": { "headers": { } } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "itemType": "Comment", "comment": { "text": "TearDown steps" } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "step": { "actualText": "The word \"gaugeee\" has \"5\" vowels.", "parsedText": "The word {} has {} vowels.", "fragments": [ { "text": "The word " }, { "fragmentType": "Parameter", "parameter": { "value": "gaugeee" } }, { "text": " has " }, { "fragmentType": "Parameter", "parameter": { "value": "5" } }, { "text": " vowels." } ], "stepExecutionResult": { } } }, { "itemType": "Scenario", "scenario": { "scenarioHeading": "New scenario", "contexts": [ { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } } ], "scenarioItems": [ { "itemType": "Tags", "tags": { "tags": [ "level:smoke", "level:regression", "level:two" ] } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou2\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou2" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou3\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou3" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } } ], "tags": [ "level:smoke", "level:regression", "level:two" ], "skipErrors": [ "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:39 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:40 Step implementation not found =\u003e 'Vowels in English language are \"aeiou2\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:41 Step implementation not found =\u003e 'Vowels in English language are \"aeiou3\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:42 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:43 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:44 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:45 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:46 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:47 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:48 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:49 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:50 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:51 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:52 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:53 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:54 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:55 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:56 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:57 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:58 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'" ], "tearDownSteps": [ { "step": { "actualText": "The word \"gaugeee\" has \"5\" vowels.", "parsedText": "The word {} has {} vowels.", "fragments": [ { "text": "The word " }, { "fragmentType": "Parameter", "parameter": { "value": "gaugeee" } }, { "text": " has " }, { "fragmentType": "Parameter", "parameter": { "value": "5" } }, { "text": " vowels." } ], "stepExecutionResult": { } } } ], "span": { "start": "36", "end": "59" }, "executionStatus": "SKIPPED", "retriesCount": "1" } }, { "itemType": "Scenario", "scenario": { "scenarioHeading": "New scenario1", "contexts": [ { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } } ], "scenarioItems": [ { "itemType": "Tags", "tags": { "tags": [ "level:smoke", "level:regression", "level:two" ] } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } } ], "tags": [ "level:smoke", "level:regression", "level:two" ], "skipErrors": [ "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:63 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:64 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:65 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:66 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:67 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:68 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:69 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:70 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:71 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:72 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:73 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:74 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:75 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:76 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:77 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:78 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:79 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:80 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:81 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:82 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'" ], "tearDownSteps": [ { "step": { "actualText": "The word \"gaugeee\" has \"5\" vowels.", "parsedText": "The word {} has {} vowels.", "fragments": [ { "text": "The word " }, { "fragmentType": "Parameter", "parameter": { "value": "gaugeee" } }, { "text": " has " }, { "fragmentType": "Parameter", "parameter": { "value": "5" } }, { "text": " vowels." } ], "stepExecutionResult": { } } } ], "span": { "start": "60", "end": "83" }, "executionStatus": "SKIPPED", "retriesCount": "1" } }, { "itemType": "Scenario", "scenario": { "scenarioHeading": "New scenario2", "contexts": [ { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } } ], "scenarioItems": [ { "itemType": "Tags", "tags": { "tags": [ "level:smoke", "level:regression", "level:two" ] } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } } ], "tags": [ "level:smoke", "level:regression", "level:two" ], "skipErrors": [ "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:87 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:88 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:89 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:90 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:91 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:92 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:93 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:94 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:95 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:96 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:97 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:98 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:99 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:100 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:101 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:102 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:103 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:104 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:105 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:106 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'" ], "tearDownSteps": [ { "step": { "actualText": "The word \"gaugeee\" has \"5\" vowels.", "parsedText": "The word {} has {} vowels.", "fragments": [ { "text": "The word " }, { "fragmentType": "Parameter", "parameter": { "value": "gaugeee" } }, { "text": " has " }, { "fragmentType": "Parameter", "parameter": { "value": "5" } }, { "text": " vowels." } ], "stepExecutionResult": { } } } ], "span": { "start": "84", "end": "107" }, "executionStatus": "SKIPPED", "retriesCount": "1" } }, { "itemType": "Scenario", "scenario": { "scenarioHeading": "New scenario3", "contexts": [ { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } } ], "scenarioItems": [ { "itemType": "Tags", "tags": { "tags": [ "level:smoke", "level:regression", "level:two" ] } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } } ], "tags": [ "level:smoke", "level:regression", "level:two" ], "skipErrors": [ "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:111 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:112 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:113 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:114 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:115 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:116 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:117 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:118 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:119 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:120 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:121 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:122 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:123 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:124 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:125 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:126 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:127 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:128 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:129 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:130 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'" ], "tearDownSteps": [ { "step": { "actualText": "The word \"gaugeee\" has \"5\" vowels.", "parsedText": "The word {} has {} vowels.", "fragments": [ { "text": "The word " }, { "fragmentType": "Parameter", "parameter": { "value": "gaugeee" } }, { "text": " has " }, { "fragmentType": "Parameter", "parameter": { "value": "5" } }, { "text": " vowels." } ], "stepExecutionResult": { } } } ], "span": { "start": "108", "end": "131" }, "executionStatus": "SKIPPED", "retriesCount": "1" } }, { "itemType": "Scenario", "scenario": { "scenarioHeading": "New scenario4", "contexts": [ { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } } ], "scenarioItems": [ { "itemType": "Tags", "tags": { "tags": [ "level:smoke", "level:regression", "level:two" ] } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } } ], "tags": [ "level:smoke", "level:regression", "level:two" ], "skipErrors": [ "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:135 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:136 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:137 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:138 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:139 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:140 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:141 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:142 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:143 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:144 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:145 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:146 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:147 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:148 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:149 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:150 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:151 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:152 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:153 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:154 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'" ], "tearDownSteps": [ { "step": { "actualText": "The word \"gaugeee\" has \"5\" vowels.", "parsedText": "The word {} has {} vowels.", "fragments": [ { "text": "The word " }, { "fragmentType": "Parameter", "parameter": { "value": "gaugeee" } }, { "text": " has " }, { "fragmentType": "Parameter", "parameter": { "value": "5" } }, { "text": " vowels." } ], "stepExecutionResult": { } } } ], "span": { "start": "132", "end": "155" }, "executionStatus": "SKIPPED", "retriesCount": "1" } }, { "itemType": "Scenario", "scenario": { "scenarioHeading": "New scenario5", "contexts": [ { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } } ], "scenarioItems": [ { "itemType": "Tags", "tags": { "tags": [ "level:smoke", "level:regression", "level:two" ] } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } } ], "tags": [ "level:smoke", "level:regression", "level:two" ], "skipErrors": [ "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:159 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:160 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:161 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:162 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:163 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:164 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:165 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:166 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:167 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:168 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:169 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:170 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:171 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:172 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:173 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:174 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:175 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:176 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:177 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:178 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'" ], "tearDownSteps": [ { "step": { "actualText": "The word \"gaugeee\" has \"5\" vowels.", "parsedText": "The word {} has {} vowels.", "fragments": [ { "text": "The word " }, { "fragmentType": "Parameter", "parameter": { "value": "gaugeee" } }, { "text": " has " }, { "fragmentType": "Parameter", "parameter": { "value": "5" } }, { "text": " vowels." } ], "stepExecutionResult": { } } } ], "span": { "start": "156", "end": "179" }, "executionStatus": "SKIPPED", "retriesCount": "1" } }, { "itemType": "Scenario", "scenario": { "scenarioHeading": "New scenario6", "contexts": [ { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } } ], "scenarioItems": [ { "itemType": "Tags", "tags": { "tags": [ "level:smoke", "level:regression", "level:two" ] } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } } ], "tags": [ "level:smoke", "level:regression", "level:two" ], "skipErrors": [ "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:183 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:184 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:185 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:186 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:187 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:188 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:189 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:190 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:191 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:192 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:193 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:194 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:195 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:196 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:197 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:198 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:199 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:200 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:201 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:202 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'" ], "tearDownSteps": [ { "step": { "actualText": "The word \"gaugeee\" has \"5\" vowels.", "parsedText": "The word {} has {} vowels.", "fragments": [ { "text": "The word " }, { "fragmentType": "Parameter", "parameter": { "value": "gaugeee" } }, { "text": " has " }, { "fragmentType": "Parameter", "parameter": { "value": "5" } }, { "text": " vowels." } ], "stepExecutionResult": { } } } ], "span": { "start": "180", "end": "203" }, "executionStatus": "SKIPPED", "retriesCount": "1" } }, { "itemType": "Scenario", "scenario": { "scenarioHeading": "New scenario7", "contexts": [ { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } } ], "scenarioItems": [ { "itemType": "Tags", "tags": { "tags": [ "level:smoke", "level:regression", "level:two" ] } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } } ], "tags": [ "level:smoke", "level:regression", "level:two" ], "skipErrors": [ "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:207 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:208 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:209 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:210 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:211 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:212 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:213 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:214 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:215 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:216 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:217 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:218 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:219 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:220 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:221 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:222 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:223 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:224 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:225 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:226 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'" ], "tearDownSteps": [ { "step": { "actualText": "The word \"gaugeee\" has \"5\" vowels.", "parsedText": "The word {} has {} vowels.", "fragments": [ { "text": "The word " }, { "fragmentType": "Parameter", "parameter": { "value": "gaugeee" } }, { "text": " has " }, { "fragmentType": "Parameter", "parameter": { "value": "5" } }, { "text": " vowels." } ], "stepExecutionResult": { } } } ], "span": { "start": "204", "end": "227" }, "executionStatus": "SKIPPED", "retriesCount": "1" } }, { "itemType": "Scenario", "scenario": { "scenarioHeading": "New scenario8", "contexts": [ { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } } ], "scenarioItems": [ { "itemType": "Tags", "tags": { "tags": [ "level:smoke", "level:regression", "level:two" ] } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } } ], "tags": [ "level:smoke", "level:regression", "level:two" ], "skipErrors": [ "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:231 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:232 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:233 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:234 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:235 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:236 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:237 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:238 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:239 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:240 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:241 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:242 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:243 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:244 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:245 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:246 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:247 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:248 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:249 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:250 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'" ], "tearDownSteps": [ { "step": { "actualText": "The word \"gaugeee\" has \"5\" vowels.", "parsedText": "The word {} has {} vowels.", "fragments": [ { "text": "The word " }, { "fragmentType": "Parameter", "parameter": { "value": "gaugeee" } }, { "text": " has " }, { "fragmentType": "Parameter", "parameter": { "value": "5" } }, { "text": " vowels." } ], "stepExecutionResult": { } } } ], "span": { "start": "228", "end": "255" }, "executionStatus": "SKIPPED", "retriesCount": "1" } }, { "itemType": "TableDrivenScenario", "tableDrivenScenario": { "scenario": { "scenarioHeading": "Vowel counts in multiple word params", "contexts": [ { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } } ], "scenarioItems": [ { "itemType": "Comment", "comment": { "text": "\n" } }, { "itemType": "Tags", "tags": { "tags": [ "qwe", "comp:search", "comp:admin", "level:", ":asd", "level:smoke" ] } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "itemType": "Table", "table": { "headers": { "cells": [ "Word", "Vowel Count" ] }, "rows": [ { "cells": [ "Mingle", "2" ] } ] } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "itemType": "Comment", "comment": { "text": "This is the second scenario in this specification" } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "itemType": "Comment", "comment": { "text": "Here's a step that takes a table" } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "step": { "actualText": "The word \u003cWord\u003e has \u003cVowel Count\u003e vowels.", "parsedText": "The word {} has {} vowels.", "fragments": [ { "text": "The word " }, { "fragmentType": "Parameter", "parameter": { "parameterType": "Dynamic", "value": "Mingle", "name": "Word" } }, { "text": " has " }, { "fragmentType": "Parameter", "parameter": { "parameterType": "Dynamic", "value": "2", "name": "Vowel Count" } }, { "text": " vowels." } ], "stepExecutionResult": { } } } ], "tags": [ "qwe", "comp:search", "comp:admin", "level:", ":asd", "level:smoke" ], "skipErrors": [ "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:18 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'" ], "tearDownSteps": [ { "step": { "actualText": "The word \"gaugeee\" has \"5\" vowels.", "parsedText": "The word {} has {} vowels.", "fragments": [ { "text": "The word " }, { "fragmentType": "Parameter", "parameter": { "value": "gaugeee" } }, { "text": " has " }, { "fragmentType": "Parameter", "parameter": { "value": "5" } }, { "text": " vowels." } ], "stepExecutionResult": { } } } ], "span": { "start": "21", "end": "35" }, "executionStatus": "SKIPPED", "retriesCount": "1" }, "isScenarioTableDriven": true, "scenarioTableRow": { "headers": { "cells": [ "Word", "Vowel Count" ] }, "rows": [ { "cells": [ "Mingle", "2" ] } ] } } } ], "fileName": "d:\\Temp\\GNET\\specs\\a\\1\\example.spec" }, "scenarioCount": 10, "skipped": true, "scenarioSkippedCount": 10, "errors": [ { "type": "VALIDATION_ERROR", "message": "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:18 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'" }, { "type": "VALIDATION_ERROR", "message": "d:\\Temp\\GNET\\specs\\a\\1\\example.spec:19 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'" } ], "timestamp": "2024-01-29T21:55:56+03:00" }, { "protoSpec": { "specHeading": "Specification Heading", "items": [ { "itemType": "Comment", "comment": { "text": "\n" } }, { "itemType": "Comment", "comment": { "text": "This is an executable specification file. This file follows markdown syntax." } }, { "itemType": "Comment", "comment": { "text": "Every heading in this file denotes a scenario. Every bulleted point denotes a step." } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "itemType": "Comment", "comment": { "text": "To execute this specification, run" } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "itemType": "Comment", "comment": { "text": "    gauge run specs" } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "itemType": "Table", "table": { "headers": { } } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "itemType": "Comment", "comment": { "text": "TearDown steps" } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "step": { "actualText": "The word \"gaugeee\" has \"5\" vowels.", "parsedText": "The word {} has {} vowels.", "fragments": [ { "text": "The word " }, { "fragmentType": "Parameter", "parameter": { "value": "gaugeee" } }, { "text": " has " }, { "fragmentType": "Parameter", "parameter": { "value": "5" } }, { "text": " vowels." } ], "stepExecutionResult": { } } }, { "itemType": "Scenario", "scenario": { "scenarioHeading": "New scenario", "contexts": [ { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } } ], "scenarioItems": [ { "itemType": "Tags", "tags": { "tags": [ "level:smoke", "level:regression", "level:two" ] } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou2\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou2" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou3\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou3" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } } ], "tags": [ "level:smoke", "level:regression", "level:two" ], "skipErrors": [ "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:39 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:40 Step implementation not found =\u003e 'Vowels in English language are \"aeiou2\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:41 Step implementation not found =\u003e 'Vowels in English language are \"aeiou3\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:42 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:43 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:44 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:45 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:46 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:47 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:48 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:49 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:50 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:51 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:52 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:53 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:54 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:55 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:56 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:57 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:58 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'" ], "tearDownSteps": [ { "step": { "actualText": "The word \"gaugeee\" has \"5\" vowels.", "parsedText": "The word {} has {} vowels.", "fragments": [ { "text": "The word " }, { "fragmentType": "Parameter", "parameter": { "value": "gaugeee" } }, { "text": " has " }, { "fragmentType": "Parameter", "parameter": { "value": "5" } }, { "text": " vowels." } ], "stepExecutionResult": { } } } ], "span": { "start": "36", "end": "59" }, "executionStatus": "SKIPPED", "retriesCount": "1" } }, { "itemType": "Scenario", "scenario": { "scenarioHeading": "New scenario1", "contexts": [ { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } } ], "scenarioItems": [ { "itemType": "Tags", "tags": { "tags": [ "level:smoke", "level:regression", "level:two" ] } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } } ], "tags": [ "level:smoke", "level:regression", "level:two" ], "skipErrors": [ "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:63 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:64 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:65 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:66 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:67 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:68 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:69 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:70 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:71 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:72 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:73 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:74 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:75 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:76 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:77 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:78 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:79 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:80 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:81 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:82 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'" ], "tearDownSteps": [ { "step": { "actualText": "The word \"gaugeee\" has \"5\" vowels.", "parsedText": "The word {} has {} vowels.", "fragments": [ { "text": "The word " }, { "fragmentType": "Parameter", "parameter": { "value": "gaugeee" } }, { "text": " has " }, { "fragmentType": "Parameter", "parameter": { "value": "5" } }, { "text": " vowels." } ], "stepExecutionResult": { } } } ], "span": { "start": "60", "end": "83" }, "executionStatus": "SKIPPED", "retriesCount": "1" } }, { "itemType": "Scenario", "scenario": { "scenarioHeading": "New scenario2", "contexts": [ { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } } ], "scenarioItems": [ { "itemType": "Tags", "tags": { "tags": [ "level:smoke", "level:regression", "level:two" ] } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } } ], "tags": [ "level:smoke", "level:regression", "level:two" ], "skipErrors": [ "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:87 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:88 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:89 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:90 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:91 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:92 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:93 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:94 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:95 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:96 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:97 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:98 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:99 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:100 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:101 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:102 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:103 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:104 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:105 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:106 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'" ], "tearDownSteps": [ { "step": { "actualText": "The word \"gaugeee\" has \"5\" vowels.", "parsedText": "The word {} has {} vowels.", "fragments": [ { "text": "The word " }, { "fragmentType": "Parameter", "parameter": { "value": "gaugeee" } }, { "text": " has " }, { "fragmentType": "Parameter", "parameter": { "value": "5" } }, { "text": " vowels." } ], "stepExecutionResult": { } } } ], "span": { "start": "84", "end": "107" }, "executionStatus": "SKIPPED", "retriesCount": "1" } }, { "itemType": "Scenario", "scenario": { "scenarioHeading": "New scenario3", "contexts": [ { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } } ], "scenarioItems": [ { "itemType": "Tags", "tags": { "tags": [ "level:smoke", "level:regression", "level:two" ] } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } } ], "tags": [ "level:smoke", "level:regression", "level:two" ], "skipErrors": [ "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:111 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:112 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:113 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:114 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:115 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:116 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:117 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:118 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:119 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:120 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:121 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:122 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:123 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:124 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:125 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:126 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:127 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:128 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:129 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:130 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'" ], "tearDownSteps": [ { "step": { "actualText": "The word \"gaugeee\" has \"5\" vowels.", "parsedText": "The word {} has {} vowels.", "fragments": [ { "text": "The word " }, { "fragmentType": "Parameter", "parameter": { "value": "gaugeee" } }, { "text": " has " }, { "fragmentType": "Parameter", "parameter": { "value": "5" } }, { "text": " vowels." } ], "stepExecutionResult": { } } } ], "span": { "start": "108", "end": "131" }, "executionStatus": "SKIPPED", "retriesCount": "1" } }, { "itemType": "Scenario", "scenario": { "scenarioHeading": "New scenario4", "contexts": [ { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } } ], "scenarioItems": [ { "itemType": "Tags", "tags": { "tags": [ "level:smoke", "level:regression", "level:two" ] } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } } ], "tags": [ "level:smoke", "level:regression", "level:two" ], "skipErrors": [ "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:135 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:136 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:137 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:138 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:139 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:140 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:141 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:142 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:143 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:144 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:145 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:146 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:147 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:148 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:149 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:150 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:151 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:152 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:153 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:154 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'" ], "tearDownSteps": [ { "step": { "actualText": "The word \"gaugeee\" has \"5\" vowels.", "parsedText": "The word {} has {} vowels.", "fragments": [ { "text": "The word " }, { "fragmentType": "Parameter", "parameter": { "value": "gaugeee" } }, { "text": " has " }, { "fragmentType": "Parameter", "parameter": { "value": "5" } }, { "text": " vowels." } ], "stepExecutionResult": { } } } ], "span": { "start": "132", "end": "155" }, "executionStatus": "SKIPPED", "retriesCount": "1" } }, { "itemType": "Scenario", "scenario": { "scenarioHeading": "New scenario5", "contexts": [ { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } } ], "scenarioItems": [ { "itemType": "Tags", "tags": { "tags": [ "level:smoke", "level:regression", "level:two" ] } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } } ], "tags": [ "level:smoke", "level:regression", "level:two" ], "skipErrors": [ "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:159 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:160 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:161 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:162 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:163 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:164 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:165 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:166 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:167 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:168 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:169 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:170 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:171 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:172 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:173 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:174 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:175 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:176 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:177 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:178 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'" ], "tearDownSteps": [ { "step": { "actualText": "The word \"gaugeee\" has \"5\" vowels.", "parsedText": "The word {} has {} vowels.", "fragments": [ { "text": "The word " }, { "fragmentType": "Parameter", "parameter": { "value": "gaugeee" } }, { "text": " has " }, { "fragmentType": "Parameter", "parameter": { "value": "5" } }, { "text": " vowels." } ], "stepExecutionResult": { } } } ], "span": { "start": "156", "end": "179" }, "executionStatus": "SKIPPED", "retriesCount": "1" } }, { "itemType": "Scenario", "scenario": { "scenarioHeading": "New scenario6", "contexts": [ { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } } ], "scenarioItems": [ { "itemType": "Tags", "tags": { "tags": [ "level:smoke", "level:regression", "level:two" ] } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } } ], "tags": [ "level:smoke", "level:regression", "level:two" ], "skipErrors": [ "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:183 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:184 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:185 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:186 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:187 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:188 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:189 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:190 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:191 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:192 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:193 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:194 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:195 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:196 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:197 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:198 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:199 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:200 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:201 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:202 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'" ], "tearDownSteps": [ { "step": { "actualText": "The word \"gaugeee\" has \"5\" vowels.", "parsedText": "The word {} has {} vowels.", "fragments": [ { "text": "The word " }, { "fragmentType": "Parameter", "parameter": { "value": "gaugeee" } }, { "text": " has " }, { "fragmentType": "Parameter", "parameter": { "value": "5" } }, { "text": " vowels." } ], "stepExecutionResult": { } } } ], "span": { "start": "180", "end": "203" }, "executionStatus": "SKIPPED", "retriesCount": "1" } }, { "itemType": "Scenario", "scenario": { "scenarioHeading": "New scenario7", "contexts": [ { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } } ], "scenarioItems": [ { "itemType": "Tags", "tags": { "tags": [ "level:smoke", "level:regression", "level:two" ] } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } } ], "tags": [ "level:smoke", "level:regression", "level:two" ], "skipErrors": [ "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:207 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:208 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:209 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:210 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:211 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:212 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:213 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:214 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:215 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:216 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:217 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:218 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:219 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:220 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:221 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:222 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:223 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:224 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:225 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:226 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'" ], "tearDownSteps": [ { "step": { "actualText": "The word \"gaugeee\" has \"5\" vowels.", "parsedText": "The word {} has {} vowels.", "fragments": [ { "text": "The word " }, { "fragmentType": "Parameter", "parameter": { "value": "gaugeee" } }, { "text": " has " }, { "fragmentType": "Parameter", "parameter": { "value": "5" } }, { "text": " vowels." } ], "stepExecutionResult": { } } } ], "span": { "start": "204", "end": "227" }, "executionStatus": "SKIPPED", "retriesCount": "1" } }, { "itemType": "Scenario", "scenario": { "scenarioHeading": "New scenario8", "contexts": [ { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } } ], "scenarioItems": [ { "itemType": "Tags", "tags": { "tags": [ "level:smoke", "level:regression", "level:two" ] } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } } ], "tags": [ "level:smoke", "level:regression", "level:two" ], "skipErrors": [ "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:231 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:232 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:233 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:234 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:235 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:236 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:237 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:238 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:239 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:240 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:241 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:242 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:243 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:244 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:245 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:246 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:247 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:248 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:249 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'", "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:250 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'" ], "tearDownSteps": [ { "step": { "actualText": "The word \"gaugeee\" has \"5\" vowels.", "parsedText": "The word {} has {} vowels.", "fragments": [ { "text": "The word " }, { "fragmentType": "Parameter", "parameter": { "value": "gaugeee" } }, { "text": " has " }, { "fragmentType": "Parameter", "parameter": { "value": "5" } }, { "text": " vowels." } ], "stepExecutionResult": { } } } ], "span": { "start": "228", "end": "255" }, "executionStatus": "SKIPPED", "retriesCount": "1" } }, { "itemType": "TableDrivenScenario", "tableDrivenScenario": { "scenario": { "scenarioHeading": "Vowel counts in multiple word params", "contexts": [ { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } }, { "step": { "actualText": "Vowels in English language are \"aeiou\".", "parsedText": "Vowels in English language are {}.", "fragments": [ { "text": "Vowels in English language are " }, { "fragmentType": "Parameter", "parameter": { "value": "aeiou" } }, { "text": "." } ], "stepExecutionResult": { "skipped": true, "skippedReason": "Step implementation not found" } } } ], "scenarioItems": [ { "itemType": "Comment", "comment": { "text": "\n" } }, { "itemType": "Tags", "tags": { "tags": [ "qwe", "comp:search", "comp:admin", "level:", ":asd", "level:smoke" ] } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "itemType": "Table", "table": { "headers": { "cells": [ "Word", "Vowel Count" ] }, "rows": [ { "cells": [ "Mingle", "2" ] } ] } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "itemType": "Comment", "comment": { "text": "This is the second scenario in this specification" } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "itemType": "Comment", "comment": { "text": "Here's a step that takes a table" } }, { "itemType": "Comment", "comment": { "text": "\n" } }, { "step": { "actualText": "The word \u003cWord\u003e has \u003cVowel Count\u003e vowels.", "parsedText": "The word {} has {} vowels.", "fragments": [ { "text": "The word " }, { "fragmentType": "Parameter", "parameter": { "parameterType": "Dynamic", "value": "Mingle", "name": "Word" } }, { "text": " has " }, { "fragmentType": "Parameter", "parameter": { "parameterType": "Dynamic", "value": "2", "name": "Vowel Count" } }, { "text": " vowels." } ], "stepExecutionResult": { } } } ], "tags": [ "qwe", "comp:search", "comp:admin", "level:", ":asd", "level:smoke" ], "skipErrors": [ "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:18 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'" ], "tearDownSteps": [ { "step": { "actualText": "The word \"gaugeee\" has \"5\" vowels.", "parsedText": "The word {} has {} vowels.", "fragments": [ { "text": "The word " }, { "fragmentType": "Parameter", "parameter": { "value": "gaugeee" } }, { "text": " has " }, { "fragmentType": "Parameter", "parameter": { "value": "5" } }, { "text": " vowels." } ], "stepExecutionResult": { } } } ], "span": { "start": "21", "end": "35" }, "executionStatus": "SKIPPED", "retriesCount": "1" }, "isScenarioTableDriven": true, "scenarioTableRow": { "headers": { "cells": [ "Word", "Vowel Count" ] }, "rows": [ { "cells": [ "Mingle", "2" ] } ] } } } ], "fileName": "d:\\Temp\\GNET\\specs\\a\\10\\example.spec" }, "scenarioCount": 10, "skipped": true, "scenarioSkippedCount": 10, "errors": [ { "type": "VALIDATION_ERROR", "message": "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:18 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'" }, { "type": "VALIDATION_ERROR", "message": "d:\\Temp\\GNET\\specs\\a\\10\\example.spec:19 Step implementation not found =\u003e 'Vowels in English language are \"aeiou\".'" } ], "timestamp": "2024-01-29T21:55:56+03:00" } ], "failed": true, "specsFailedCount": 1, "executionTime": "27", "successRate": 66, "environment": "default", "projectName": "GNET", "timestamp": "Jan 29, 2024 at 9:55pm" } }
ReportMessagesHandler Information: 0 : 21:55:56.8516067 : 1-ReportPortal.GaugePlugin : Kill received
ReportMessagesHandler Information: 0 : 21:55:57.4825226 : 1-ReportPortal.GaugePlugin : ST 3 cnt min/avg/max 50/91/137 ms, FT 3 cnt min/avg/max 50/59/66 ms, L 3 cnt min/avg/max 71/102/157 ms

@jensakejohansson
Copy link

@nvborisenko My friend tested this using the Report Portal plugin code. I'll ask him to verify again to make sure we didn't miss anything and then we'll get back to you. Unfortunately that won't be until Thursday of Friday, I have no possibility to look at it since I don't have the dev. env. on my machine at the moment...

@PiotrNestor
Copy link

@nvborisenko
I did the following

  1. Using latest Gauge version: 1.5.7
  2. Updated reportportal plugin source ReportMessagesHandler.cs just adding
        public override Task<Empty> NotifyConceptExecutionStarting(ConceptExecutionStartingRequest request, ServerCallContext context)
        {
            TraceLogger.Info($"{nameof(NotifyConceptExecutionStarting)} received");
            return Task.FromResult(new Empty());
        }

        public override Task<Empty> NotifyConceptExecutionEnding(ConceptExecutionEndingRequest request, ServerCallContext context)
        {
            TraceLogger.Info($"{nameof(NotifyConceptExecutionEnding)} received");
            return Task.FromResult(new Empty());
        }
  1. Build and deployed the plugin with the above update
  2. Create a concept in the example gauge dotnet project: gauge init dotnet
# Check that <word> has <vowels> vowels
* The word <word> has <vowels> vowels.

Then create a scenario

## Vowel counts in single word using concept

tags: single word

* Check that "gauge" has "3" vowels
  1. Running the above scenario that is code line 19 in my case

gauge run specs/example.spec:19

I'm getting the following plugin log:

ReportMessagesHandler Information: 0 : 11:38:02.1123105 : 1-ReportPortal.GaugePlugin : NotifyExecutionStarting received
ReportMessagesHandler Information: 0 : 11:38:02.1489787 : 1-ReportPortal.GaugePlugin : NotifyExecutionStarting received
ReportMessagesHandler Information: 0 : 11:38:02.1665340 : 1-ReportPortal.GaugePlugin : NotifySpecExecutionStarting received
ReportMessagesHandler Information: 0 : 11:38:02.1800546 : 1-ReportPortal.GaugePlugin : NotifySpecExecutionStarting received
ReportMessagesHandler Information: 0 : 11:38:02.2311964 : 1-ReportPortal.GaugePlugin : NotifyScenarioExecutionStarting received
ReportMessagesHandler Information: 0 : 11:38:02.2425247 : 1-ReportPortal.GaugePlugin : NotifyScenarioExecutionStarting received
ReportMessagesHandler Information: 0 : 11:38:02.2586512 : 1-ReportPortal.GaugePlugin : NotifyStepExecutionStarting received
ReportMessagesHandler Information: 0 : 11:38:02.2662979 : 1-ReportPortal.GaugePlugin : NotifyStepExecutionStarting received
ReportMessagesHandler Information: 0 : 11:38:02.2855915 : 1-ReportPortal.GaugePlugin : NotifyStepExecutionEnding received
ReportMessagesHandler Information: 0 : 11:38:02.2894777 : 1-ReportPortal.GaugePlugin : NotifyConceptExecutionStarting received
ReportMessagesHandler Information: 0 : 11:38:02.2901560 : 1-ReportPortal.GaugePlugin : NotifyStepExecutionStarting received
ReportMessagesHandler Information: 0 : 11:38:02.2925249 : 1-ReportPortal.GaugePlugin : NotifyStepExecutionStarting received
ReportMessagesHandler Information: 0 : 11:38:02.3047306 : 1-ReportPortal.GaugePlugin : NotifyStepExecutionEnding received
ReportMessagesHandler Information: 0 : 11:38:02.3064112 : 1-ReportPortal.GaugePlugin : NotifyConceptExecutionEnding
received
ReportMessagesHandler Information: 0 : 11:38:02.3104250 : 1-ReportPortal.GaugePlugin : NotifyScenarioExecutionEnding received
ReportMessagesHandler Information: 0 : 11:38:02.3163427 : 1-ReportPortal.GaugePlugin : NotifySpecExecutionEnding received
ReportMessagesHandler Information: 0 : 11:38:02.3193726 : 1-ReportPortal.GaugePlugin : NotifyExecutionEnding received
ReportMessagesHandler Information: 0 : 11:38:02.3243815 : 1-ReportPortal.GaugePlugin : NotifyExecutionEnding received
ReportMessagesHandler Information: 0 : 11:38:02.3275352 : 1-ReportPortal.GaugePlugin : Kill received

  1. Note that if there is a step error in a concept the 'NotifyConceptExecutionEnding' is NOT sent by the gauge runner

@nvborisenko
Copy link
Member

nvborisenko commented Feb 1, 2024

@PiotrNestor thank you for confirming. I have the same results. PS: I have the same code in develop branch.

@jensakejohansson please help to fix this issue: NotifyConceptExecutionEnding event is not fired if the concept failed.

Seems we can blame this line: https://github.com/getgauge/gauge/blob/b55b73406d45809228910ae1ee29beaa5a426a20/execution/scenarioExecutor.go#L217

@PiotrNestor
Copy link

@nvborisenko

It's a question of semantics. Is there need for NotifyConceptExecutionEnding if there is a step failure.
If we simulate a step error there is NotifyScenarioExecutionEnding indicating that the scenario is finishing anyway with an error so any started concepts (potentially nested) are obviously also finishing

ReportMessagesHandler Information: 0 : 12:31:14.4118567 : 1-ReportPortal.GaugePlugin : NotifyExecutionStarting received
ReportMessagesHandler Information: 0 : 12:31:14.4486701 : 1-ReportPortal.GaugePlugin : NotifyExecutionStarting received
ReportMessagesHandler Information: 0 : 12:31:14.4661752 : 1-ReportPortal.GaugePlugin : NotifySpecExecutionStarting received
ReportMessagesHandler Information: 0 : 12:31:14.4768651 : 1-ReportPortal.GaugePlugin : NotifySpecExecutionStarting received
ReportMessagesHandler Information: 0 : 12:31:14.5275785 : 1-ReportPortal.GaugePlugin : NotifyScenarioExecutionStarting received
ReportMessagesHandler Information: 0 : 12:31:14.5369898 : 1-ReportPortal.GaugePlugin : NotifyScenarioExecutionStarting received
ReportMessagesHandler Information: 0 : 12:31:14.5523079 : 1-ReportPortal.GaugePlugin : NotifyStepExecutionStarting received
ReportMessagesHandler Information: 0 : 12:31:14.5607140 : 1-ReportPortal.GaugePlugin : NotifyStepExecutionStarting received
ReportMessagesHandler Information: 0 : 12:31:14.5801215 : 1-ReportPortal.GaugePlugin : NotifyStepExecutionEnding received
ReportMessagesHandler Information: 0 : 12:31:14.5845740 : 1-ReportPortal.GaugePlugin : NotifyConceptExecutionStarting received
ReportMessagesHandler Information: 0 : 12:31:14.5852519 : 1-ReportPortal.GaugePlugin : NotifyStepExecutionStarting received
ReportMessagesHandler Information: 0 : 12:31:14.5867713 : 1-ReportPortal.GaugePlugin : NotifyStepExecutionStarting received
ReportMessagesHandler Information: 0 : 12:31:15.0288435 : 1-ReportPortal.GaugePlugin : NotifyStepExecutionEnding received
ReportMessagesHandler Information: 0 : 12:31:15.0389306 : 1-ReportPortal.GaugePlugin : NotifyScenarioExecutionEnding received
ReportMessagesHandler Information: 0 : 12:31:15.0465041 : 1-ReportPortal.GaugePlugin : NotifySpecExecutionEnding received
ReportMessagesHandler Information: 0 : 12:31:15.0494589 : 1-ReportPortal.GaugePlugin : NotifyExecutionEnding received
ReportMessagesHandler Information: 0 : 12:31:15.0545526 : 1-ReportPortal.GaugePlugin : NotifyExecutionEnding received
ReportMessagesHandler Information: 0 : 12:31:15.0592049 : 1-ReportPortal.GaugePlugin : Kill received
ReportMessagesHandler Information: 0 : 12:31:15.3342651 : 1-ReportPortal.GaugePlugin : ST 4 cnt min/avg/max 25/34/48 ms, FT 4 cnt min/avg/max 22/31/44 ms, L 2 cnt min/avg/max 43/88/133 ms

@nvborisenko
Copy link
Member

I would say it is a question of consistency. For steps execution we are getting NotifyStepExecutionEnding event disregarding it was passed or failed.

@PiotrNestor
Copy link

@nvborisenko

OK. I see your point :)

Also there is a case where this is a real issue.
If there are steps in a scenario teardown, these are executed within the scenario. In the present situation, these teardown steps are as if in the started concept which is obviously not correct

@PiotrNestor
Copy link

@nvborisenko
I've checked gauge with the following update and it fixes the issue.

Can you verify the proposed update with your gauge build?
Otherwise you'll need to wait for the next gauge release update.

Also, are there any other issues?

'execution/scenarioExecutor.go' in 'executeConcept' method

			if failed {
				scenarioResult.SetFailure()
				cptResult.UpdateConceptExecResult()
				if recoverable {
					continue
				}
				// The concept is finishing after a step failure
				// Restore the Concept step data in the Execution info that is sent to plugins
				e.currentExecutionInfo.CurrentStep = &gauge_messages.StepInfo{Step: stepRequest, IsFailed: false}
				defer event.Notify(event.NewExecutionEvent(event.ConceptEnd, nil, cptResult, e.stream, e.currentExecutionInfo))
				defer e.notifyAfterConcept(scenarioResult)

				return cptResult
			}

@nvborisenko
Copy link
Member

I will be able to check if you can provide built binaries (win x64). Thanks in advance.

@PiotrNestor
Copy link

@nvborisenko
Copy link
Member

Perfect. I am getting proper events. The next step is to understand whether I can determine relations between scenarios/concepts/steps.

@PiotrNestor
Copy link

PiotrNestor commented Feb 1, 2024

@nvborisenko

In the gauge runner update the concept data is sent in the ExecutionInfo in the same format as a scenario step.
Obviously a concept step is actually 'expanded' into the scenario and its step data is then provided in the following steps ExecutionInfo

In other words after NotifyConceptExecutionStarting there is:

  • NotifyStepExecutionStarting for the first, expanded concept step
  • or another NotifyConceptExecutionStarting if there is a nested concept

@nvborisenko
Copy link
Member

@PiotrNestor I think we are good, feel free to propose your fix for the gauge. Thank you for support.

@nvborisenko
Copy link
Member

image

So just waiting small fix on gauge side.

@PiotrNestor
Copy link

PiotrNestor commented Feb 2, 2024

@nvborisenko
I'm testing now with gauge (1.6.1) and reportportal (1.15.1)
An example has concepts. But these are not provided in the report view.
The idea was to have expandable concepts ...

## Vowel counts in single word using concept

tags: single word

* Check that "gauge" has "3" vowels
* Vowels in English language are "aeiou".
# Check that <word> has <vowels> vowels
* Vowels in English language are "aeiou".
* Check again that <word> has <vowels> vowels

# Check again that <word> has <vowels> vowels
* The word <word> has <vowels> vowels.
* Vowels in English language are "aeiou".

image

@nvborisenko
Copy link
Member

I am working in concepts branch: https://github.com/reportportal/agent-net-gauge/tree/concepts

As soon as gauge releases your fix, we can publish a release supporting concepts reporting.

@jensakejohansson
Copy link

I think the fix is in 1.6.1. Is that the version you're using?

@PiotrNestor
Copy link

PiotrNestor commented Feb 2, 2024

This is released: gauge (1.6.1)
and it has the PR with the relevant update included

@nvborisenko
Copy link
Member

Ah, they already released it. So working on releasing new plugin version.

@nvborisenko
Copy link
Member

@PiotrNestor
Copy link

PiotrNestor commented Feb 2, 2024

@nvborisenko
Thanks! Excellent :)

But there are some table related presentation issues. Note that this is rather cosmetic though ...
The example is:

## Vowel counts in multiple word using concept
*  Check that words have vowels
   |Word  |Vowel Count|
   |------|-----------|
   |Testa |2          |
   |Test  |1          |

The concept definition is:

# Check that words have vowels <table>
* Almost all words have vowels <table>
* Almost all words have vowels
   |Word  |Vowel Count|
   |------|-----------|
   |Gauge |3          |
   |Mingle|2          |
   |Snap  |1          |
   |GoCD  |1          |
   |Rhythm|0          |

In the output:

  • the first table should possibly be also presented directly under the concept step because it's delivered as a parameter
  • the second table is created inside a concept step and it's fine
  • Also there are some ''

image

@nvborisenko
Copy link
Member

Fixed in develop branch. Thanks for trying it out.

@PiotrNestor
Copy link

@nvborisenko
Checked the develop branch version
It looks correct now for table data
Good for a release update :)

@nvborisenko
Copy link
Member

Thx for confirming, new round of patches :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants