@zohodesk/testrunner
v0.0.1
Published
## To excute test case
Maintainers
Keywords
Readme
Inhouse Test Runner
To excute test case
npx ZDRunner run
Configuration
const path = require('path');
/**
* @property {root} - root directory of project
* @property {maxWorkers} - number of worker node
* @property {testDir} - path of test directory
*/
module.exports = {
root:path.resolve(process.cwd()),
maxWorkers:5,
testDir:path.resolve(process.cwd(),'tests')
}
