UNPKG

suman-watch-plugins

Version:

Plugins to be used with suman-watch utilities.

24 lines (12 loc) 797 B
//****************************************************************************************************************************** // this file allows you to configure network dependencies so that the Suman test runner can check to see if all require // network components are live and ready to be incorporated in the test. Of course, you could just run the tests and see if // they are live, but this feature allows you to have a fail-fast up-front check that will only run once, thus avoiding // any potential overload of any of your network components that may already be under load. // ****************************************************************************************************************************** module.exports = data => { return { dependencies: { } } };