Stein
Stein
Hey @archsword. The name is currently only used in reports, e.g. sequence diagrams. I think currently you'd identify failed tests using the standard go test name. If you aren't using...
@archsword thanks for more info. Understood. I'll look into it and get back to you. If you aren't already aware, `Debug()` is very useful for getting some visibility into failing...
How about something like this? It'll require a little bit of a refactor but should be possible.
I have a branch with the changes if you want to take it for a spin, otherwise I think I'll look to merge it over the weekend some time. https://github.com/steinfletcher/apitest/tree/feature/test-case-name
Would be happy to take a PR for this, sounds like a good idea.
Also seeing this error on android + chrome, but we didn't change any code. I also checked the txns and we aren't pushing dupes.
Hey @davidsonff, thanks for the request. Just trying to understand what you would like to test on your side... An example might help. Are you trying to force a timeout...