0.0.12 • Published 5 years ago

thing-it-device-test v0.0.12

Weekly downloads
1
License
MIT, EPL
Repository
-
Last release
5 years ago

thing-it-device-test

NPM NPM

thing-it-node Test Device Plugin for complex tests on thing-it-node

The components

  • testDevice
  • testActor
  • testSensor

can be used as regular thing-it-node components, but also accessed centrally to drive behavior in a test suite, e.g.

var componentManager = require("../testDevice");

componentManager.getDevice('testDevice1');

componentManager.getActor('testDevice1', 'testActor1').on();

componentManager.getSensor('testDevice1', 'testSensor1').pushEvent({'click'});

which allows you to regression test thing-it-node configurations.

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago