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

Error if the text filter does not find any scenarios. #292

Closed
mgalbis opened this issue Sep 11, 2024 · 0 comments
Closed

Error if the text filter does not find any scenarios. #292

mgalbis opened this issue Sep 11, 2024 · 0 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers plugin:html-report HTML report plugin functionality
Milestone

Comments

@mgalbis
Copy link
Collaborator

mgalbis commented Sep 11, 2024

Error in the generateContent function.

image

To solve it, add a question mark ? after the variable c:

if (e.data.value.value.c?.length > 0) {

This checks that the variable is defined and if it is not, does not continue the evaluation.

@mgalbis mgalbis added bug Something isn't working plugin:html-report HTML report plugin functionality labels Sep 11, 2024
@mgalbis mgalbis added this to the v2.7.0 milestone Sep 11, 2024
@mgalbis mgalbis added the good first issue Good for newcomers label Sep 11, 2024
@mgalbis mgalbis closed this as completed Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers plugin:html-report HTML report plugin functionality
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants