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

[Uptime] Create generic testing utilities #87419

Closed
dominiqueclarke opened this issue Jan 6, 2021 · 1 comment · Fixed by #87650
Closed

[Uptime] Create generic testing utilities #87419

dominiqueclarke opened this issue Jan 6, 2021 · 1 comment · Fixed by #87650
Labels
enhancement New value added to drive a business result Team:Uptime - DEPRECATED Synthetics & RUM sub-team of Application Observability v7.11.0

Comments

@dominiqueclarke
Copy link
Contributor

When testing, we commonly need wrappers context providers like Redux, Intl, and Kibana Context. A few of these helpers currently exist, but it appears that they may not meet all the common use cases as we've manually added wrappers in a handful of tests.

Ideally, newly added testing utilities would be generic enough to be used with any testing library, consisting of a simple wrapped component that can then be rendered with the testing library of your choice, be it enzyme, react testing library, or otherwise.

@dominiqueclarke dominiqueclarke added enhancement New value added to drive a business result Team:Uptime - DEPRECATED Synthetics & RUM sub-team of Application Observability labels Jan 6, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/uptime (Team:uptime)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Team:Uptime - DEPRECATED Synthetics & RUM sub-team of Application Observability v7.11.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants