serenity-bdd / serenity-documentation

The main Serenity BDD documentation
Apache License 2.0
41 stars 61 forks source link

How to load spring context with SerenityParameterizedRunner #128

Open vdevarapu opened 4 years ago

vdevarapu commented 4 years ago

Hi,

I am trying to create a project using Spring boot and SerenityParameterizedRunner, but the issue is my application context is not loaded and I am not able to use application.properties. Please help