Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7
3.0.0
- Gwen 3 release
- Refactor and migrate codebase to Scala 3
- Update Gherkin parser and all dependencies
- Introduce pretty console logger ( supportsNO_COLOR )
- Settings changes:
- Support *.conf (HOCON), and *.json settings files in addition to *.properties files
- Renamed settings:
gwen.feature.failfastrenamed togwen.feature.failfast.enabledgwen.rp.heartbeatrenamed togwen.rp.heartbeat.enabled
- Changed settings defaults:
gwen.associative.meta = trueinstead offalsegwen.behavior.rules = strictinstead oflenientgwen.feature.mode = declarativeinstead ofimperativegwen.report.suppress.meta = trueinstead offalsegwen.auto.discover.data.csv = falseinstead oftrue
- Removed settings alias
gwen.behaviour.rulesin favor ofgwen.behavior.rules
- New settings
- Configurable base and output directories
gwen.baseDir(default = .)gwen.outDir(default = ${gwen.baseDir}/output)
- Configurable CLI options:
gwen.cli.options.parallelgwen.cli.options.parallelFeaturesgwen.cli.options.batchgwen.cli.options.dryRungwen.cli.options.reportgwen.cli.options.formatgwen.cli.options.tagsgwen.cli.options.inputDatagwen.cli.options.metagwen.cli.options.features
- Configurable base and output directories
- CLI changes:
- New command
initfor initialising a new Gwen working directory
- New options
-c|--conffor loading .conf, .json and .properties settings files-f|--format nonefor no report generation-v|--verbosefor verbose logging (pretty logging otherwise)
- Deprecated option
-p|--propertiesin favor of-c|--conf
- Configurable defaults for all CLI options
- Generate HTML reports by default
- New command
- Add alternative DSL for attaching files to report (without quotes around name)
I attach "<filepath>" as <name>
- Simplified@DataTable annotation
- Read top header row by default and use names in header to lookup cell values
- New user documentation
- At Gwen home page here:https://gweninterpreter.org/
Assets2
Uh oh!
There was an error while loading.Please reload this page.