maciejmaciejewski / azure-pipelines-cucumber

MIT License
19 stars 18 forks source link

Not able to cucumber.js in Ubuntu agent in pipeline #47

Open AnishaShetty1995 opened 2 years ago

AnishaShetty1995 commented 2 years ago

Hello Team, I am trying to Angular BDD using cucumber.js, Its running fine with windows agent. With Ubuntu agent I am getting error as Error: Parse error in 'e2e/sanityTests/features/step_definitions/confirmDevice.js': (1:1): expected: #EOF, #Language, #TagLine, #FeatureLine, #Comment, #Empty,

maciejmaciejewski commented 2 years ago

Hello @AnishaShetty1995 seems like you have something missconfigured as plugin should read reports in json format, not js files with your steps. Can you please share your task configuration?