From 37b25d84228cd633858f2fd44a8197a953dd26de Mon Sep 17 00:00:00 2001 From: Lorenzo Alberto Maria Ambrosi Date: Tue, 18 Sep 2018 20:40:01 +0200 Subject: [PATCH] Change port so not to overlap with other builds Change-type: patch Signed-off-by: Lorenzo Alberto Maria Ambrosi Signed-off-by: Juan Cruz Viotti --- tests/spectron/runner.spec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/spectron/runner.spec.js b/tests/spectron/runner.spec.js index b3f8ba78..7e475676 100644 --- a/tests/spectron/runner.spec.js +++ b/tests/spectron/runner.spec.js @@ -36,6 +36,7 @@ describe('Spectron', function () { before('app:start', function () { app = new spectron.Application({ path: entrypoint, + port: 9999, args: [ '.' ] })