From 8580a0a6b92db2c6e7969cf65881b862691f8e3d Mon Sep 17 00:00:00 2001 From: Pavel Petroshenko Date: Fri, 13 Apr 2018 16:39:08 -0700 Subject: [PATCH] Updated the test configuration. --- .impt.test | 12 ++++++++++++ .imptest | 14 -------------- .travis.yml | 7 ++++--- 3 files changed, 16 insertions(+), 17 deletions(-) create mode 100644 .impt.test delete mode 100644 .imptest diff --git a/.impt.test b/.impt.test new file mode 100644 index 0000000..8f3ea59 --- /dev/null +++ b/.impt.test @@ -0,0 +1,12 @@ +{ + "deviceGroupId": "99d1fc41-1f11-a99f-2e59-40797a0f63b8", + "timeout": 30, + "stopOnFail": false, + "allowDisconnect": false, + "builderCache": false, + "testFiles": [ + "*.test.nut", + "tests/**/*.test.nut" + ], + "agentFile": "Rocky.class.nut" +} \ No newline at end of file diff --git a/.imptest b/.imptest deleted file mode 100644 index f2389d1..0000000 --- a/.imptest +++ /dev/null @@ -1,14 +0,0 @@ -{ - "modelId": "yAGfbguy7_mj" /* B */, - "devices": [ - "23236c6938a609ee" /* B */ - ], - "agentFile": "Rocky.class.nut", - "deviceFile": false, - "stopOnFailure": false, - "timeout": 30, - "tests": [ - "*.test.nut", - "tests/**/*.test.nut" - ] -} diff --git a/.travis.yml b/.travis.yml index e2da2c0..bd1dd46 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,11 @@ language: node_js node_js: - - '5.5' + - "node" before_script: - - npm i -g imptest@latest + - npm i -g imp-central-impt@latest + - impt auth login --local --lk ${EI_LOGIN_KEY} script: - - imptest test + - impt test run