UNPKG

@testim/testim-cli

Version:

Command line interface for running Testing on you CI

9 lines (8 loc) 182 B
var config = module.exports; config['My tests'] = { rootPath: '../', environment: 'node', // or 'browser' tests: [ 'examples/webdriverjs.with.buster.js' ] };