Does the @BeforeAll in cucumber runs before spring application context is loaded?

43 Views Asked by At
  1. I am trying to use initialising bean and bean with post contruct has its properties null.
  2. And also I am not able to accessing application.yml property through @value annotation

So I suspect that the applicationContext is not loaded. How to verify that and what to do now?

I basically want to make a rest call in before all.

0

There are 0 best solutions below