bahmutov / cy-grep

Filter Cypress tests using title or tags
16 stars 4 forks source link

greptag does not work with if the tags value is a object value #89

Open ckxddd0324 opened 9 months ago

ckxddd0324 commented 9 months ago

For our cypress test, we used the {tags: someObject.value} and when we filtering it. It does not work, once we update the tags in the test with string, the greptag works again.