Skip to content

Commit

Permalink
add cucumber test
Browse files Browse the repository at this point in the history
  • Loading branch information
AnneJacquet committed Oct 7, 2022
1 parent 7d4f4fc commit ea157eb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/test/features/maven.feature
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,12 @@ Feature: Maven module
| projectNmae | Jhipster |
Then I should have files in "."
| pom.xml |

Scenario: Should apply maven wrapper module
When I apply "maven-wrapper" module to default project without parameters
Then I should have files in ".mvn/wrapper"
| maven-wrapper.jar |
| maven-wrapper.properties |
Then I should have files in ""
| mvnw.cmd |
| mvnw |

0 comments on commit ea157eb

Please sign in to comment.