📌  相关文章
📜  在不同的环境中运行相同的测试 - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:29.661000             🧑  作者: 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