【发布时间】:2020-07-30 13:09:01
【问题描述】:
是否可以在 cypress 测试文件中使用 experimentalSourceRewriting 而在 cypress.json 文件中不使用它?
【问题讨论】:
标签: cypress end-to-end
是否可以在 cypress 测试文件中使用 experimentalSourceRewriting 而在 cypress.json 文件中不使用它?
【问题讨论】:
标签: cypress end-to-end
此配置选项experimentalSourceRewriting 不能直接在测试中设置。
见https://docs.cypress.io/guides/references/configuration.html#Test-Configuration
【讨论】: