module.exports = { default: { paths: ['tests/features/*.feature'], require: ['tests/features/step_definitions/*.steps.js'], format: ['progress-bar'], tags: 'not @wip', }, };