Such Test script structure leads to missing steps that we call inside on test.beforEach function

The "open deal" step apparently should be first, but it does not even listed.
I guess the issue is in the implemetation of the onStepEnd listener
|
onStepEnd(test: TestCase, result: TestResult, step: TestStepWithId): void { |
Such Test script structure leads to missing steps that we call inside on test.beforEach function

The "open deal" step apparently should be first, but it does not even listed.
I guess the issue is in the implemetation of the onStepEnd listener
agent-js-playwright/src/reporter.ts
Line 439 in 15dc292