Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Karate.env overwrite Tags propterty #61

Closed
ThierryLejeune opened this issue Mar 6, 2024 · 2 comments
Closed

Karate.env overwrite Tags propterty #61

ThierryLejeune opened this issue Mar 6, 2024 · 2 comments

Comments

@ThierryLejeune
Copy link

Hello
I use the intellij karate plugin and when I edit karate feature configuration "karate.env* property to run the test, no test is found !
because the scenarios are filted by Tag with the value of the karate.env property.

Class: KarateRunProfileState
Method: protected JavaParameters createJavaParameters() throws ExecutionException
line -->
String karateTags = config.getKarateEnv();
if (karateTags != null) {
params.getProgramParametersList().add("-t", karateTags);
}

Best regards
Thierry

@ptrthomas
Copy link
Member

@ThierryLejeune thanks for this report - we will fix this ASAP

@ptrthomas
Copy link
Member

@ThierryLejeune this is fixed in 2.0.3 now available on the marketplace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants