cypress-io / cypress-grep

Filter tests using substring
137 stars 19 forks source link

can we have this plugin for TypeScript #35

Closed inmotionnowalex closed 3 years ago

inmotionnowalex commented 3 years ago

please need selected tests for typescript

TheNiron commented 3 years ago

@bahmutov can't we grep the test suites by describe block in TypeScript? I observed when I grepped all other tests' before and after blocks are getting executed still

bahmutov commented 3 years ago

@inmotionnowalex this plugin does not work for TypeScript?!

@TheNiron see https://github.com/bahmutov/cypress-grep#test-suites and https://github.com/bahmutov/cypress-grep/issues/28

TheNiron commented 3 years ago

@bahmutov Thanks for the reply. are the inverter tags for 'it' blocks working now? It worked for me. 😊 saw somewhere you have mentioned it's not implemented yet.

bahmutov commented 3 years ago

Yup, the -tag syntax should work everywhere, closing this issue as resolved