vaadin / observability-kit

Other
5 stars 2 forks source link

Add integration tests for Hilla support #219

Open heruan opened 1 year ago

heruan commented 1 year ago

Now that we have a Hilla module for backend and frontend observability, we need to verify that data is exported correctly.

We can approach this in the same way we did for flow, using the OTLP exported and a MockServer instance:

https://github.com/vaadin/observability-kit/blob/e5d12008060ad8e24cfcb32630642ccb2e5d7084/observability-kit-test/observability-kit-agent-it/src/test/java/com/vaadin/observability/test/MainViewIT.java#L33-L61