Settings

Theme

Encore releases automatic tracing in tests

github.com

1 points by DomBlack 2 years ago · 1 comment

Reader

DomBlackOP 2 years ago

Hi folks,

I just wanted to share that the latest release of Encore automatically captures a trace of every test, providing much more visibility into what's happening and making it easier to understand why a test failed.

The test traces automatically include everything you expect: API calls (including mocked calls with Encore's new mocking support!), Database queries, Pub/Sub messages, HTTP requests, etc.

And it does all of this without the user having to change or add any code outside what they would normally write for a Go test.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection