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

Improve the filtering of "Search" fields #328

Open
matlaria90 opened this issue Feb 15, 2024 · 1 comment
Open

Improve the filtering of "Search" fields #328

matlaria90 opened this issue Feb 15, 2024 · 1 comment

Comments

@matlaria90
Copy link

Topic

The QA team members asked us to improve the filter actions provided by "Search" fields present into the html report.
In the specific, they wanted to filter the failures test cases using the values prensent inside each column of the report section.

For example the image below show you the scenario failures for a specific execution and using th search field, the QA would want to filter using the name of the colulmn (feature, scenario, started) and some combinations.

e.g. They suggested us to adopt the same solution used on Jira Atlassian in order to filter its components :

feature ~ "NRT light" AND scenario not in ("GN-031", "GN-034")

based on this example, the result should display only the line that have a GN code different from 031 and 034 and releted to feature fils "NRT light"

image

@bischoffdev
Copy link
Collaborator

Interesting idea. However, this also sounds like something that could be achieved with tags as well. Also you can click on the feature to open the page that lists all scenarios in this feature and then use the search box.
I will keep this feature in mind for a future iteration.

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

No branches or pull requests

2 participants