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

More options for deselecting flaky AppDriver values? #374

Open
LDSamson opened this issue Feb 6, 2024 · 0 comments
Open

More options for deselecting flaky AppDriver values? #374

LDSamson opened this issue Feb 6, 2024 · 0 comments

Comments

@LDSamson
Copy link

LDSamson commented Feb 6, 2024

It would be great to have some more options to select or deselect inconsistent values from AppDriver$expect_values().
What if we could pass a custom function to the input/output/export values?

Something like this:

AppDriver()$expect_values(
  output = \(x){ x[!grepl("flaky_output1", x)] }
)
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

No branches or pull requests

1 participant