mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
14 lines
327 B
YAML
14 lines
327 B
YAML
default:
|
|
autoload:
|
|
'': '%paths.base%/../features/bootstrap'
|
|
suites:
|
|
default:
|
|
paths:
|
|
- '%paths.base%/../features'
|
|
contexts:
|
|
- FeatureContext
|
|
|
|
extensions:
|
|
jarnaiz\JUnitFormatter\JUnitFormatterExtension:
|
|
filename: report.xml
|
|
outputDir: '%paths.base%/../output/'
|