You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to launch tests with @cit-mit tag only.
What do you get instead?
I have the @cit-mit tests launched, then the @cit-mit-subseq launched too.
Commands tested to launch test
npx codeceptjs run --features --config=./codecept.conf.js --grep '@cit-mit'
npx codeceptjs run --features --config=./codecept.conf.js --grep '(?=.*@cit-mit)'
I know I can play only @cit-mit tag with the grep (?=.*@cit-mit)^(?!.*@cit-mit-subseq), but in the next weeks I'll have more tests with @cit-mit "prefix" tag so I'll have to edit my grep and I don't want this.
It'll be nice if there is an exact keyword or something like this to lock the pattern to the only tag we provide, and not every tags starting with the one given.
Details
CodeceptJS version: 3.5.6
NodeJS Version: 18.18.0
Operating System: Debian 12.1
puppeteer || webdriverio || testcafe version (if related) /
What are you trying to achieve?
I have 2 tags in my tests file :
I'm trying to launch tests with @cit-mit tag only.
What do you get instead?
I have the @cit-mit tests launched, then the @cit-mit-subseq launched too.
Commands tested to launch test
I know I can play only @cit-mit tag with the grep
(?=.*@cit-mit)^(?!.*@cit-mit-subseq)
, but in the next weeks I'll have more tests with @cit-mit "prefix" tag so I'll have to edit my grep and I don't want this.It'll be nice if there is an
exact
keyword or something like this to lock the pattern to the only tag we provide, and not every tags starting with the one given.Details
The text was updated successfully, but these errors were encountered: