feat(scripts): implement report-status.sh with bats and cucumber tests (#1)
Co-authored-by: moilanik <niko.moilanen@tietoevry.com> Reviewed-on: #1
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
default: {
|
||||
paths: ['tests/features/*.feature'],
|
||||
require: ['tests/features/step_definitions/*.steps.js'],
|
||||
format: ['progress-bar'],
|
||||
tags: 'not @wip',
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user