UNPKG

tdl-client-nodejs

Version:

A NodeJs client that allows users to get up to speed with the TDL system.

15 lines (12 loc) 287 B
module.exports = { default: { // Specify the path to your feature files features: './features/**/*.feature', // Specify the path to your step definitions require: [ './test/**/*.js' ], // Set a timeout for step definitions timeout: 60000 } };