gpt4 book ai didi

javascript - 更新 cypress 中不断变化的 xhr URL

转载 作者:行者123 更新时间:2023-12-04 01:04:53 26 4
gpt4 key购买 nike

对于我的 cypress 测试用例,我使用 cy.intercept 来等待某个 xhr 请求。但是,xhr URL 会经常更改。
例如,

cy.intercept('/text/1000/text').as('getText');
下周可能是 /text/2001/text'
我怎样才能让这 4 个数字字符自动更改而不需要手动输入?

最佳答案

看看 documentation ...

Arguments

url (string | RegExp)


URL 可以是正则表达式。尝试类似的东西
cy.intercept(/\/text\/\d{4}\/text$/).as('getText')

关于javascript - 更新 cypress 中不断变化的 xhr URL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66879259/

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