Skip to content

Commit

Permalink
updated example project
Browse files Browse the repository at this point in the history
  • Loading branch information
bischoffdev committed Jun 14, 2019
1 parent f421af1 commit 6d616e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

Back to [Readme](README.md).

## [2.0.0] - UNRELEASED
## [2.0.0] - 2019-06-14

### Added
* Ability to set custom parameters via a properties file through the `customParametersFile` property (#167, contributed by gazler22)

### Fixed
* Custom parameters are now displayed in the order of definition (#157)
* Better logging and error handling

### Changed
* Major internal architecture change to ease future extension
Expand Down
3 changes: 1 addition & 2 deletions example-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<cucumber.report.json.location>${project.basedir}/json3</cucumber.report.json.location>
<cucumber.report.json.location>${project.basedir}/json</cucumber.report.json.location>
<generated.report.location>${project.build.directory}/cluecumber-report</generated.report.location>
</properties>

Expand Down Expand Up @@ -45,7 +45,6 @@
<!-- Optional custom parameters file -->
<customParametersFile>custom/custom.properties</customParametersFile>


<!-- Optional: mark scenarios as failed that contain pending or undefined steps (default: false) -->
<!--<failScenariosOnPendingOrUndefinedSteps>true</failScenariosOnPendingOrUndefinedSteps>-->

Expand Down

0 comments on commit 6d616e4

Please sign in to comment.