-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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)
- model
- resources
- application.properties
- java
- test
- java
- payment
- DbCheck.java (I want to perform a db query in this class)
- step
- PaymentStep.java (extends DbCheck.java)
- payment
- java
- main
Thanks/ Regards
Metadata
Metadata
Assignees
Labels
No labels