running same test in different environment code example
Example: running same test in different environment
I use serenity.config file.
I add all the enviroments there and than I take it
by using configReader method. It does run in
default environment if I don't specify and environment
I could use also configuration.properties file aswell
but it is longer code than serenity.config file