Skip to content

Latest commit

 

History

History

user-registration-acceptancetest-jbehave

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

JBehave Acceptance Tests

German / Deutsch

Note: This currently only works with Java 8. You can user SDKMAN! to have multiple versions of java installed, find a version with sdk list java, install one with sdk install java and select one with sdk use java 8.0.382-tem in the current shell.

This project contains acceptance tests with JBehave. Look at src/main/resource for the stories that are part of this test.

Note: These tests are in German. Refer to user-registration-acceptancetest-jbehave-english for an English version.

To run:

  • Execute ./mvnw -pl user-registration-application -am install in the directory user-registration-V2.
  • Execute ./mvnw integration-test (macOS, Linux) or ./mvnw.cmd integration-test (Windows) in this subdir
  • Find the results in the subdir target/jbehave