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

Stabilize tests #2

Open
3 tasks
DanielMSchmidt opened this issue Nov 7, 2017 · 0 comments
Open
3 tasks

Stabilize tests #2

DanielMSchmidt opened this issue Nov 7, 2017 · 0 comments

Comments

@DanielMSchmidt
Copy link
Owner

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
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