Files
niko 1379bbf1ee
CI — gitea-ci-library / feature (push) Failing after 0s
CI — gitea-ci-library / master (push) Has been skipped
feat(scripts): implement report-status.sh with bats and cucumber tests (#1)
Co-authored-by: moilanik <niko.moilanen@tietoevry.com>
Reviewed-on: #1
2026-06-08 11:33:09 +03:00

9 lines
194 B
JavaScript

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