cypress-io / cypress-grep

Filter tests using substring
137 stars 19 forks source link

feat: implement describe tags #23

Closed bahmutov closed 3 years ago

bahmutov commented 3 years ago

for #22

The tags are also applied to the "describe" blocks with some limitations:

describe('block with config tag', { tags: '@smoke' }, () => {
})
github-actions[bot] commented 3 years ago

:tada: This PR is included in version 1.5.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: