TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Encore releases automatic tracing in tests

1 pointsby DomBlackover 1 year ago

1 comment

DomBlackover 1 year ago
Hi folks,<p>I just wanted to share that the latest release of Encore automatically captures a trace of every test, providing much more visibility into what&#x27;s happening and making it easier to understand why a test failed.<p>The test traces automatically include everything you expect: API calls (including mocked calls with Encore&#x27;s new mocking support!), Database queries, Pub&#x2F;Sub messages, HTTP requests, etc.<p>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.