vendredi 29 avril 2016

How to load a value from . properties file in Cucumber-jvm step class

I have written a cucumber integration tests and it is running ok.

And then i wanted some class variables from the step.java to get their values from .properties values

public class cucumberStepClass { 
    @Value("${value.from.propertiesfile}")
    private String variable
//rest of integration test
}

Does anyone know how can i inject those values so my test can use them?

Aucun commentaire:

Enregistrer un commentaire