UNPKG

@cbt/karma-cbt-launcher

Version:

Custom launcher for Karma that allows testing remotely through CrossBrowserTesting.

7 lines (6 loc) 235 B
const launcher = require('./lib/karma-cbt-launcher'); const reporter = require('./lib/reporter'); module.exports = { 'reporter:CrossBrowserTesting': ['type', reporter], 'launcher:CrossBrowserTesting': ['factory', launcher] };