testing in different environments

Solutions on MaxInterview for testing in different environments by the best coders in the world

showing results for - "testing in different environments"
Karin
20 Apr 2020
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