WeSearch

I built a simple pytest plugin for test observability (need your help πŸ˜…)

Β·2 min read Β· 0 reactions Β· 0 comments Β· 12 views
#python#pytest#qa#development#tools
I built a simple pytest plugin for test observability (need your help πŸ˜…)
⚑ TL;DR · AI summary

Dmitrii Shakhov has developed a pytest plugin aimed at improving test observability for QA engineers and developers. The plugin exports test results into ClickHouse and includes features like automatic CI detection and Allure report support. Shakhov is seeking feedback and suggestions from the community to enhance the tool further.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) β†’
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 1504995) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Dmitrii Shakhov Posted on May 27 I built a simple pytest plugin for test observability (need your help πŸ˜…) #qa #python #pytest #ci Guys, I need your help πŸ˜… As I’ve noticed, many QA Engineers (also devs) do not measure how stable or fast their tests are. Even teams that do care about test observability often build their own internal tooling to analyze test statistics. People sometimes ask me how they can organize their own analytical system for test observability.

…

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous Β· no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)