Naresh

Results 3 issues of Naresh

Is there a way we can get the test name from jest and use it to rename the generated video from playwright?

playwright

Using `StandalonesearchBox` could we filter only state names and city names from the suggestion? something like this https://stackoverflow.com/questions/51241664/only-want-cities-and-related-countries-in-suggestion-using-react-places-autocomp Thanks!

Hello, Is there way to use ArrayParam along with ObjectParam? I have an Object like this below ``` [ { zip: '', city: '', state_id: 'NY', state_name: 'New York', },...