From 5b6ea377b4e4dc773605bd523ff6611762ee08c3 Mon Sep 17 00:00:00 2001 From: Alvin Huang Date: Thu, 20 Dec 2018 12:52:08 -0500 Subject: [PATCH] update testem with newer conventions --- ui-v2/testem.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ui-v2/testem.js b/ui-v2/testem.js index 234f37bf39..553ad3b705 100644 --- a/ui-v2/testem.js +++ b/ui-v2/testem.js @@ -5,11 +5,9 @@ module.exports = { launch_in_dev: ['Chrome'], browser_args: { Chrome: { - mode: 'ci', - args: [ + "ci": [ // --no-sandbox is needed when running Chrome inside a container - process.env.TRAVIS ? '--no-sandbox' : null, - + process.env.CI ? '--no-sandbox' : null, '--disable-gpu', '--headless', '--remote-debugging-port=0',