You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @vivienbcr !
Seems like this error occurs because you are using test.describe without a title.
At the moment (versions 5.0.*), the agent uses titles to build a tree of suites.
Therefore, as a workaround, I suggest to provide a title for the test.describe function.
We will fix this issue in future versions.
Hi,
I'm facing to the same issue described in #45
Versions tested :
"@playwright/test":
"^1.24.2"
"^1.25.1"
"@reportportal/agent-js-playwright":
"^5.0.5"
,"^5.0.4"
Reporter agent works well if i run test like this :
But it will fail if i used describe in list file like :
With error in AfterEach step :
This error occurs regardless of the value in the option
includeTestSteps: true|false
The text was updated successfully, but these errors were encountered: