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

Feature Request: Provide option to give priority to tags #2135

Open
rcherukumilli opened this issue Sep 6, 2022 · 1 comment
Open

Feature Request: Provide option to give priority to tags #2135

rcherukumilli opened this issue Sep 6, 2022 · 1 comment
Labels
plugins-usecase A use case that could potentially by served by our nascent plugins concept ⚡ enhancement Request for new functionality

Comments

@rcherukumilli
Copy link

🤔 What's the problem you're trying to solve?

  1. To help the test execute in sequential order, it is better to have a priority for each tag. This will help in organising and executing tests better

✨ What's your proposed solution?

  1. To help the test execute in sequential order, it is better to have a priority for each tag. This will help in organising and executing tests better

⛏ Have you considered any alternatives or workarounds?

Karate has this implemented but that is implemented in Java.

📚 Any additional context?


This text was originally generated from a template, then edited by hand. You can modify the template here.

@davidjgoss davidjgoss added 🍼 incomplete Blocked until more information is provided ⚡ enhancement Request for new functionality labels Sep 7, 2022
@davidjgoss
Copy link
Contributor

davidjgoss commented Sep 7, 2022

I don't think priority for tags is something we'd support as a first-class concept. Tests relying on a specific execution order is considered an anti-pattern. But controlling the order is something we could probably support via plugins, which we're working on currently in #2091.

@davidjgoss davidjgoss added plugins-usecase A use case that could potentially by served by our nascent plugins concept and removed 🍼 incomplete Blocked until more information is provided labels Feb 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugins-usecase A use case that could potentially by served by our nascent plugins concept ⚡ enhancement Request for new functionality
Projects
None yet
Development

No branches or pull requests

2 participants