getgauge / taiko

A node.js library for testing modern web applications

Home Page:https://taiko.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setting up intercepts for nested URLs triggers "WARNING: More than one intercept" message

smv-orrin opened this issue · comments

I have 2 intercepts for different URLs as follows:

URL1 - https://api.here.com/v1/items
URL2 - https://api.here.com/v1/items/14

When we call either of the intercept URLs, we see the following warning:

WARNING: More than one intercept ["https://api.here.com/v1/items","https://api.here.com/v1/items/14"] found for request "https://api.here.com/v1/items/14"

They're 2 different URLs, why is this warning message being triggered, and is there a way to stop it without having to re-implement our APIs?

Hello, is there any recent updates on this thread? We are also experiencing this issue and have not yet found documentation on how to remove this warning message.