zipkin-javascript-opentracing
zipkin-javascript-opentracing copied to clipboard
Stabilize tests
trafficstars
We currently have flaky E2E tests, because zipkin is an external system we interact with. There are some ways to imrpove this situation:
- [ ] Poll for a specific span name instead of randomly waiting two seconds
- [ ] Use a very specific / unique string as span name e.g.
firstSpan-${+new Date()} - [ ] To make the above possible we might use a text input in the web, we can automate it with
.type