diff --git a/runtests.js b/scripts/runtests.js similarity index 97% rename from runtests.js rename to scripts/runtests.js index 6d275d5d6..ad2c15965 100644 --- a/runtests.js +++ b/scripts/runtests.js @@ -78,7 +78,7 @@ run('npm', ['install'], () => { run('bower', ['install'], waitFor()); }).nThen((waitFor) => { run('npm', ['run', 'fresh'], ()=>{}); - run('node', ['./TestSelenium.js'], waitFor()); + run('node', ['./scripts/TestSelenium.js'], waitFor()); }).nThen((waitFor) => { if (process.platform === 'darwin') { run('bash', ['-c', 'pmset displaysleepnow'], waitFor());