0.0.12 • Published 6 years ago

thing-it-device-test v0.0.12

Weekly downloads
1
License
MIT, EPL
Repository
-
Last release
6 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

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago