maciejmaciejewski / azure-pipelines-protractor

Embed Protractor HTML report in Azure Pipelines
MIT License
3 stars 3 forks source link

A supported task execution handler was not found #18

Open kartheekchotu opened 4 years ago

kartheekchotu commented 4 years ago

Hi, I'm trying to publish my protractor results in CI-CD pipeline and getting this error while running this task. My agent machine is a windows machine.

[error]A supported task execution handler was not found. The task does not carry an implementation that is compatible with your current operating system 'Windows'. Contact the task author for more details.

Can you help me with this.

maciejmaciejewski commented 4 years ago

@kartheekchotu Hello, this is the first time I see such error. Tasks are executed using Node 10, so my first guess would be that you are running this on self hosted agent that does not have it. Please install Node and get back to me with results.

maciejmaciejewski commented 4 years ago

@kartheekchotu please let me know if it worked