-
- Downloads
Cucumber integration
parent
49176d36
No related branches found
No related tags found
This commit is part of merge request !22. Comments created here will be created in the context of that merge request.
Showing
- .gitlab-common-ci.yml 1 addition, 1 deletion.gitlab-common-ci.yml
- borestop/pom.xml 27 additions, 0 deletionsborestop/pom.xml
- borestop/src/main/java/com/ippon/borestop/config/SecurityConfiguration.java 22 additions, 3 deletions...java/com/ippon/borestop/config/SecurityConfiguration.java
- borestop/src/test/features/jhipster/account.feature 12 additions, 0 deletionsborestop/src/test/features/jhipster/account.feature
- borestop/src/test/java/com/ippon/borestop/cucumber/CucumberConfiguration.java 79 additions, 0 deletions...va/com/ippon/borestop/cucumber/CucumberConfiguration.java
- borestop/src/test/java/com/ippon/borestop/cucumber/CucumberTest.java 13 additions, 0 deletions...c/test/java/com/ippon/borestop/cucumber/CucumberTest.java
- borestop/src/test/java/com/ippon/borestop/cucumber/HttpSteps.java 20 additions, 0 deletions.../src/test/java/com/ippon/borestop/cucumber/HttpSteps.java
- borestop/src/test/java/com/ippon/borestop/cucumber/MockedCsrfTokenRepository.java 35 additions, 0 deletions...om/ippon/borestop/cucumber/MockedCsrfTokenRepository.java
- borestop/src/test/java/com/ippon/borestop/cucumber/MockedSecurityContextRepository.java 30 additions, 0 deletions...on/borestop/cucumber/MockedSecurityContextRepository.java
- borestop/src/test/java/com/ippon/borestop/infrastructure/primay/AuthenticationSteps.java 44 additions, 0 deletions...n/borestop/infrastructure/primay/AuthenticationSteps.java
- borestop/src/test/java/com/ippon/borestop/infrastructure/primay/CucumberTestContext.java 111 additions, 0 deletions...n/borestop/infrastructure/primay/CucumberTestContext.java
- borestop/src/test/java/com/ippon/borestop/web/rest/AccountsSteps.java 29 additions, 0 deletions.../test/java/com/ippon/borestop/web/rest/AccountsSteps.java
Loading
Please register or sign in to comment