Skip to content

Commit

Permalink
Adding ADR for adding the current executed file in the test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
beluamat29 committed Nov 18, 2024
1 parent 11d14ca commit 3bd0e2b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions doc/decisions/0015-current-executed-file-in-runner.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 15. Current executed file in Test Runner

Date: 2024-11-18

## Status

Accepted

## Context

For more readability, we wanted to print the current executed file path in the console as part of a test suite output

## Decision

Add a current executed file path value in `TestRunner` so it can be passed to every `TestSuite` when parsing the suite file.
This is only possible to do because the runner executes the suites sequentially.

## Consequences

The suite filepath is executed as part of the test output for each suite.

0 comments on commit 3bd0e2b

Please sign in to comment.