getgauge / taiko

A node.js library for testing modern web applications
https://taiko.dev
MIT License
3.57k stars 453 forks source link

Add count paramater type to intercept #2646

Closed artursopelnik closed 1 year ago

artursopelnik commented 1 year ago

To Reproduce

  1. intercept('someUrl', {}, 1)
  2. See error TS2554: Expected 1-2 arguments, but got 3.