Taiko should run the tests
Throws below warning
(node:1397) DeprecationWarning: grpc.load: Use the @grpc/proto-loader module with grpc.loadPackageDefinition instead
and does not execute any test.
Code files: Archive.zip

spec and step-implementation files have been attached.
node version : v10.15.0
taiko Version: 0.5.0 (Chromium:73.0.3638.0)
OS: macOS High Sierra
Resolved.
How was this resolved?
How was resolved and share us steps.
@Kumaresan-Hexaware DeprecationWarning: grpc.load: Use the @grpc/proto-loader module with grpc.loadPackageDefinition instead should not affect the gauge specs execution. If this is happening then there is some other issue. Can you please share more details with us.
gauge -v on your terminal and share the output with us@negiDharmendra the error warning message happens on node 10+ in the following
$ gauge init js_simple
$ npm test
This pull request uses the new grpc load mechanism https://github.com/getgauge/gauge-js/pull/301 and stops showing the deprecation warning.
Edit:
This does not fail tests tests as it is just a warning message
This is fixed in the latest release 2.3.8 of gauge js plugin.
Most helpful comment
How was this resolved?