Skip to content

Add parallel story execution examples to tests-configuration documentation#6450

Merged
valfirst merged 2 commits into
masterfrom
copilot/move-parallel-execution-examples
Feb 17, 2026
Merged

Add parallel story execution examples to tests-configuration documentation#6450
valfirst merged 2 commits into
masterfrom
copilot/move-parallel-execution-examples

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 17, 2026

Split out from #6447 per review feedback — moves the parallel execution examples into this separate PR.

Adds a Parallel Story Execution subsection under Suites in tests-configuration.adoc covering:

  • Multi-batch configuration with different parallelism levels (API vs UI)
  • Thread safety considerations and variable scope implications
  • Story execution timeout for parallel runs
batch-1.resource-location=story/api
batch-1.threads=5
batch-1.name=API Tests

batch-2.resource-location=story/ui
batch-2.threads=2
batch-2.name=UI Tests

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

…ation

Co-authored-by: valfirst <5081226+valfirst@users.noreply.github.com>
Copilot AI changed the title [WIP] Move parallel execution examples to a separate PR Add parallel story execution examples to tests-configuration documentation Feb 17, 2026
Copilot AI requested a review from valfirst February 17, 2026 14:37
@valfirst valfirst marked this pull request as ready for review February 17, 2026 21:16
@valfirst valfirst requested a review from a team as a code owner February 17, 2026 21:16
@valfirst valfirst merged commit a2fc038 into master Feb 17, 2026
2 checks passed
@valfirst valfirst deleted the copilot/move-parallel-execution-examples branch February 17, 2026 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants