提交 937caced 编写于 作者: M Michel Kaporin

Missing indication of requireName added as a follow up on 47794539.

上级 47794539
......@@ -52,7 +52,8 @@ export class SpectronApplication {
this.spectron = new Application({
path: electronPath,
args: args,
chromeDriverArgs: chromeDriverArgs
chromeDriverArgs: chromeDriverArgs,
requireName: 'electronRequire'
});
this.screenshot = new Screenshot(this, testName);
this.client = new SpectronClient(this.spectron, this.screenshot);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册