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

This commit is contained in:
Michel Kaporin 2017-06-15 13:01:04 +02:00
parent 4779453977
commit 937caced3b

View file

@ -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);