Skip to content

Conversation

mpkorstanje
Copy link
Contributor

@mpkorstanje mpkorstanje commented Sep 3, 2020

When using cucumber.properties

cucumber.snippet-type=camelcase

In combination with:

@RunWith(Cucumber.class)
@CucumberOptions
public class RunCucumberTest {

}

The default snippet type from @CucumberOptions would override the value set
by cucumber.properties.

@mpkorstanje mpkorstanje changed the title [Core] Default snippet type in CucumberOptions should not override poperties [Core] Default snippet type in CucumberOptions should not override properties Sep 3, 2020
@mpkorstanje mpkorstanje changed the title [Core] Default snippet type in CucumberOptions should not override properties [Core] CucumberOptions default snippet type should not override properties Sep 3, 2020
…rties

When using `cucumber.properties`

```
cucumber.snippet-tye=camelcase
```

In combination with:

```
@RunWith(Cucumber.class)
@CucumberOptions
public class RunCucumberTest {

}
```

The default snippet type from `@CucumberOptions` would override the value set
by `cucumber.properties`.
@coveralls
Copy link

coveralls commented Sep 3, 2020

Coverage Status

Coverage increased (+0.002%) to 86.199% when pulling ec8390b on fix-properties into be95023 on main.

@mpkorstanje mpkorstanje merged commit 6c23c0e into main Sep 3, 2020
@mpkorstanje mpkorstanje deleted the fix-properties branch September 3, 2020 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants