From e6c8e9835fd591d985f5a11a8b571fe3ea1e1f91 Mon Sep 17 00:00:00 2001 From: lukhipolito-nexxbiz Date: Fri, 3 Oct 2025 09:56:43 +0200 Subject: [PATCH] Update doc/qa/test-guidelines-collaborators.md Co-authored-by: Sipke Schoorstra --- doc/qa/test-guidelines-collaborators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/qa/test-guidelines-collaborators.md b/doc/qa/test-guidelines-collaborators.md index 164c442cd..3950aef7e 100644 --- a/doc/qa/test-guidelines-collaborators.md +++ b/doc/qa/test-guidelines-collaborators.md @@ -4,7 +4,7 @@ This document describes recommended testing strategies when contributing features and fixes to the Elsa Workflows project. -It is written for collaborators and aims to provide concrete, repeatable patterns you can adopt in unit, integration and component tests to make test execution deterministic, fast, and resilient. +It is written for contributors and aims to provide concrete, repeatable patterns you can adopt in unit, integration and component tests to make test execution deterministic, fast, and resilient. Additionally, it provides a consistent and resilient set of places to assert behavior (journal, activity execution endpoints, DB queries, events) and guidelines for choosing between them.