You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
In a large e-commerce company in Turkey, test automation structure, we decided to create using the Gauge Framework. We have created a project structure with spring boot and spring data for our DB connections and queries on the Java side. The Spring infrastructure we have created works successfully when run from the java main class. But when we want to run it with the Gauge runner, Spring does not stand up. Do you have a solution for this situation?
Project structure:
spec
Payment.spec
src
main
java
model
PaymentEntity.java
repository
PaymentRepository.java(this class is an interface and extends CrudRepository.java)
service
PaymentService.java
Application.java(main class)
resources
application.properties
test
java
payment
DbCheck.java (I want to perform a db query in this class)
step
PaymentStep.java (extends DbCheck.java)
Thanks/ Regards
The text was updated successfully, but these errors were encountered:
Hi,
In a large e-commerce company in Turkey, test automation structure, we decided to create using the Gauge Framework. We have created a project structure with spring boot and spring data for our DB connections and queries on the Java side. The Spring infrastructure we have created works successfully when run from the java main class. But when we want to run it with the Gauge runner, Spring does not stand up. Do you have a solution for this situation?
Project structure:
Thanks/ Regards
The text was updated successfully, but these errors were encountered: