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

Implement mechanic to make feature filtration by meta tags earlier #1382

Open
valera-briket opened this issue Jan 25, 2021 · 0 comments
Open
Labels
feature New feature or request

Comments

@valera-briket
Copy link

Problem:
We have several different configurations on our project, for these configuration we have different suites of tests. This tests are managed by meta tags.
For each suite we have different table path. Some stories are runned only on 1 configurations and this stories have unique tables files.
Unfortunately, other suites are failing, because during project compilation, Vividus search this table for each suite, even when this story shouldn't be runned for this suite. But this table exists only for 1 configuration.

image
Error:
image

This happens, because in the project building flow, plan of executing tests(and checking table properties) are earlier that filtration by meta-tags

Current workaround:
We forced to create tables for each suites and they will never be used.

Possible solutions:
Make filtration earlier, before building plan for tests execution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
No open projects
Development

No branches or pull requests

1 participant