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

Require feature to skip the scenario or data iteration for condition mismatch during runtime #2217

Closed
preetipadalia opened this issue Mar 8, 2022 · 5 comments

Comments

@preetipadalia
Copy link

preetipadalia commented Mar 8, 2022

Hi ,
I am trying to skip a scenario of data iteration based on a condition.
Can we either provide an exception which can be used to handle this or any method which provide this feature.

Thanks

@preetipadalia preetipadalia changed the title Skipping the scenario or data iteration for condition mismatch during runtime Require feature to skip the scenario or data iteration for condition mismatch during runtime Mar 8, 2022
@sschulz92
Copy link

I am also interested into this feature :)

@olivebadger14
Copy link

same here, we have a fair few scenarios which rely on certain resources being available.
If these resources are not available these tests should be skipped.
Currently there is no way to do this so the tests just intermittently fail

@chadlwilson
Copy link
Contributor

Implemented in #2502 / 1.6.8 but will need support in various other language plugins other than C#.

@preetipadalia
Copy link
Author

preetipadalia commented Sep 27, 2024

Hello @chadlwilson,

Thank you for the implementation! When can we expect this feature to be available for the Java language plugin? I’d be happy to contribute if any help is needed for the Java implementation.

Thanks

@chadlwilson
Copy link
Contributor

No plans - gauge has very limited maintenance. Probably need to follow over at getgauge/gauge-java#691

The prototypes/API messages have been updated to include the relevant messages, but it needs an implementation and testing from someone.

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

No branches or pull requests

4 participants