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

Fix tags/environment variables collection #16

Conversation

gleocadie
Copy link
Collaborator

@gleocadie gleocadie commented Jul 19, 2023

As of today, when collecting tags for each scenario results, we apply the one from the scenario but not the ones from the configuration (global scope).

Which in most cases sets not tags for each result.

This PR tries to fix it by merging the tags from the configuration and the scenario together. In case of a duplicate, we keep the value from the scenario (what has already been done for environment variables)

@gleocadie gleocadie force-pushed the gleocadie/fix-bug-merge-scenario-metadata-with-configuration-metadata branch from 46bae8f to 2f07a90 Compare July 19, 2023 15:31
@tonyredondo tonyredondo merged commit d668d0d into tonyredondo:main Jul 19, 2023
@gleocadie gleocadie deleted the gleocadie/fix-bug-merge-scenario-metadata-with-configuration-metadata branch July 19, 2023 15:36
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

Successfully merging this pull request may close these issues.

2 participants