gpt4 book ai didi

javascript - 在 Cypress 中使用环境变量覆盖配置文件

转载 作者:行者123 更新时间:2023-12-05 04:57:12 29 4
gpt4 key购买 nike

我使用此链接作为引用,将配置传递给我的 cypress 测试:https://docs.cypress.io/api/plugins/configuration-api.html#Switch-between-multiple-configuration-files

我的示例配置文件如下所示:

 {
"env": {
"country": "US",
"testenv": "staging",
"US": {
"baseUrl" : "somevalue"
}
}

现在我想从命令行覆盖国家值,我尝试使用

cypress open --env country="Germany"

但它仍然没有获取命令行中传递的值,并且仍然从配置文件中获取值。非常感谢对此的任何帮助!

最佳答案

不确定您的情况会怎样。这是仅执行 npx cypress open

时解析的设置

enter image description here

现在,当我使用 $ npx cypress open --env country=Canada 运行时,这里是已解析的设置选项卡

enter image description here

关于javascript - 在 Cypress 中使用环境变量覆盖配置文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64562941/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com