Não estou conseguindo configurar o Protractor para execução de teste E2E, mesmo após acionar o comando webdriver-manager update --ie ou webdriver-manager update. continua com a mensagem:
[17:36:17] I/update - chromedriver: file exists /Users/user-admin/Downloads/alurapic/node_modules/protractor/node_modules/webdriver-manager/selenium/chromedriver_78.0.3904.105.zip [17:36:17] I/update - chromedriver: unzipping chromedriver_78.0.3904.105.zip [17:36:18] I/update - chromedriver: setting permissions to 0755 for /Users/user-admin/Downloads/alurapic/node_modules/protractor/node_modules/webdriver-manager/selenium/chromedriver_78.0.3904.105 [17:36:18] I/update - chromedriver: chromedriver_78.0.3904.105 up to date (node:20075) [DEP0022] DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead. [17:36:18] I/launcher - Running 1 instances of WebDriver [17:36:18] E/local - Error code: 135 [17:36:18] E/local - Error message: No update-config.json found. Run 'webdriver-manager update' to download binaries. [17:36:18] E/local - Error: No update-config.json found. Run 'webdriver-manager update' to download binaries. at Local.addDefaultBinaryLocs_ (/Users/user-admin/Downloads/alurapic/node_modules/protractor/built/driverProviders/local.js:41:23) at Local.setupDriverEnv (/Users/user-admin/Downloads/alurapic/node_modules/protractor/built/driverProviders/local.js:107:14) at Local.setupEnv (/Users/user-admin/Downloads/alurapic/node_modules/protractor/built/driverProviders/driverProvider.js:111:34) at q.then (/Users/user-admin/Downloads/alurapic/node_modules/protractor/built/runner.js:335:41) at fulfilled (/Users/user-admin/Downloads/alurapic/nodemodules/q/q.js:834:54) at /Users/user-admin/Downloads/alurapic/node_modules/q/q.js:863:30 at Promise.promise.promiseDispatch (/Users/user-admin/Downloads/alurapic/node_modules/q/q.js:796:13) at /Users/user-admin/Downloads/alurapic/node_modules/q/q.js:857:14 at runSingle (/Users/user-admin/Downloads/alurapic/node_modules/q/q.js:137:13) at flush (/Users/user-admin/Downloads/alurapic/node_modules/q/q.js:125:13) [17:36:18] E/launcher - Process exited with error code 135 An unexpected error occured: undefined