我正在尝试将Spectron与Ember-electron整合进行测试。
我为Spectron找到example,但我不知道在Ember-electron的情况下electronPath
部分应分配什么。
我没有.exe或.cmd如何指向应用程序在测试文件夹中的位置。
beforeEach(function () {
return helpers.startApplication({
args:[path.join(__dirname, '..')] //**
}).then(function (startedApp) { app = startedApp })
})