📜  在不同环境中进行测试 - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:36.183000             🧑  作者: Mango

代码示例1
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