licanhua / YWinAppDriver

A open source project provides WinAppDriver compatible functionality
MIT License
49 stars 10 forks source link

Launcher failed to start the test undefined Error When Switching From WinAppDriver to YWinAppDriver #24

Closed tomjackman closed 2 years ago

tomjackman commented 3 years ago

Hi @licanhua

I have just changed the service in the wdio conf file and receive this error when trying to start the tests.

Execution of 1 spec files started at 2021-06-17T08:55:14.276Z

2021-06-17T08:55:14.307Z ERROR winappdriver-service: <Buffer 41 20 66 61 74 61 6c 20 65 72 72 6f 72 20 6f 63 63 75 72 72 65 64 2e 20 54 68 65 20 72 65 71 75 69 72 65>
Launcher failed to start the test undefined
services: [
            ['ywinappdriver', {
                logPath : './'
            }]
        ],

Any ideas?