Error running mobile test

Mobile tests are failing. Below is the output could you take a look and perhaps point me in the right direction. Config: Physical window 7 machine running website, desktop wptdriver agent, url blast, and wpt_agent for a connected MotoE.

E Feb_09_14:44:52.552 C:\wpt\agent\js\src\wd_server.js:208 WebDriverServer. : Exception from “Run test”: Error: spawn chrome ENOENT
E Feb_09_14:44:52.564 C:\wpt\agent\js\src\wd_server.js:1106 WebDriverServer. : App uncaught exception event: [{“code”:“ENOENT”,“errno”:“ENOENT”,“sysc
all”:“spawn chrome”,“path”:“chrome”,“spawnargs”:[“–disable-fre”,“–enable-bench
marking”,“–metrics-recording-only”,“-remote-debugging-port=1234”,“-remote-debug
ging-port=1234”],“webdriver_promise_error_”:true}]
C Feb_09_14:44:52.565 C:\wpt\agent\js\src\wd_server.js:1482 WebDriverServer.onUn
caughtException_ : Uncaught exception: Error: spawn chrome ENOENT
at exports.errnoException (util.js:856:11)
at Process.ChildProcess.handle.onexit (internal/child_process.js:178:32)
at onErrorNT (internal/child_process.js:344:16)
at nextTickCallbackWith2Args (node.js:474:9)
at process.tickCallback (node.js:388:17)
==== async task ====
chrome --disable-fre --enable-benchmarking --metrics-recording-only ‘-remote-deb
ugging-port=1234’ ‘-remote-debugging-port=1234’
at app.schedule (C:\wpt\agent\js\src\process_utils.js:392:20)
at Object.exports.scheduleSpawn (C:\wpt\agent\js\src\process_utils.js:364:14
)
at BrowserLocalChrome.BrowserBase.startChildProcess (C:\wpt\agent\js\src\bro
wser_base.js:59:24)
at BrowserLocalChrome.startBrowser (C:\wpt\agent\js\src\browser_local_chrome
.js:112:8)
at WebDriverServer.startChrome
(C:\wpt\agent\js\src\wd_server.js:251:17)
at WebDriverServer.runPageLoad
(C:\wpt\agent\js\src\wd_server.js:1028:10)
at WebDriverServer. (C:\wpt\agent\js\src\wd_server.js:679:12)
at webdriver.promise.ControlFlow.runInNewFrame
(C:\wpt\agent\js\node_module
s\selenium-webdriver\lib\webdriver\promise.js:1438:20)
at webdriver.promise.ControlFlow.runEventLoop_ (C:\wpt\agent\js\node_modules
\selenium-webdriver\lib\webdriver\promise.js:1303:8)
==== async task ====
Run test
at app.schedule (C:\wpt\agent\js\src\process_utils.js:392:20)
at WebDriverServer.scheduleNoFault_ (C:\wpt\agent\js\src\wd_server.js:207:20
)
at WebDriverServer.runTest_ (C:\wpt\agent\js\src\wd_server.js:675:15)
at WebDriverServer.connect (C:\wpt\agent\js\src\wd_server.js:1132:8)
at WebDriverServer. (C:\wpt\agent\js\src\wd_server.js:107:12)
at emitTwo (events.js:100:13)
at process.emit (events.js:185:7)
at handleMessage (internal/child_process.js:689:10)
at Pipe.channel.onread (internal/child_process.js:440:11)

What command line are you passing to the Node js agent to control the Moto E? It looks like it is trying to launch a desktop browser.