We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c5b145 commit 616ed8bCopy full SHA for 616ed8b
.impt.test
@@ -0,0 +1,12 @@
1
+{
2
+ "deviceGroupId": "f3ef6490-0ffc-cb1a-4ede-03718f9aaf86",
3
+ "timeout": 30,
4
+ "stopOnFail": false,
5
+ "allowDisconnect": false,
6
+ "builderCache": false,
7
+ "testFiles": [
8
+ "*.test.nut",
9
+ "tests/**/*.test.nut"
10
+ ],
11
+ "deviceFile": "LIS3DH.device.lib.nut"
12
+}
.imptest
.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 tests/LIS3HD.automated.device.test.nut
+ - impt test run
0 commit comments