running same test in different environment

Solutions on MaxInterview for running same test in different environment by the best coders in the world

showing results for - "running same test in different environment"
Jean
08 Oct 2018
1I use serenity.config file.
2I add all the enviroments there and than I take it
3by using configReader method. It does run in
4default environment if I don't specify and environment
5
6I could use also configuration.properties file aswell
7but it is longer code than serenity.config file