gauge icon indicating copy to clipboard operation
gauge copied to clipboard

New grpc events for concepts

Open nvborisenko opened this issue 1 year ago • 2 comments

Is your feature request related to a problem? Please describe. Real-time plugins are not able to track events for concepts.

Describe the solution you'd like It would be good to create NotifyConceptExecutionStarting/Ending events in the same way as for Specs/Scenarios/Steps.

nvborisenko avatar Jan 09 '24 14:01 nvborisenko

We're working on providing a solution for this. This would be our first contribution to Gauge, so we'll see how it goes, but we have written a proposed solution and will prepare a PR in the near feature.

jensakejohansson avatar Jan 15 '24 13:01 jensakejohansson

Two related PRs has been created:

https://github.com/getgauge/gauge/pull/2451 https://github.com/getgauge/gauge-proto/pull/30

@sriv could you please review and approve or give appropriate feedback on our solution proposal?

We have tested that this change sends starting and ending concept messages to Report Portal plugin (https://github.com/reportportal/agent-net-gauge).

We have verified that message contains concept step execution info which solve the described problem in this issue.

jensakejohansson avatar Jan 17 '24 08:01 jensakejohansson