zipkin-javascript-opentracing icon indicating copy to clipboard operation
zipkin-javascript-opentracing copied to clipboard

Stabilize tests

Open DanielMSchmidt opened this issue 8 years ago • 0 comments
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

DanielMSchmidt avatar Nov 07 '17 21:11 DanielMSchmidt