-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to run example tests with reporter - Cannot read properties of undefined (reading 'rootSuite') #56
Comments
I also see these errors lately:
The reportportal shows that the jobs are running even tho they were finished on CI. Nothing was changed by us around configuration and it was working in past with no issues. it is present on versions (the only ones I checked so far): |
Something has happened between 15.08.2022 11:30 CET time - this was the last run we've had in a project and everything was okay. The first occurrence I've spotted at 15.08.2022 21:00 CET time after this date almost every run contains this error. Checked on versions: Was working fine on: Edit: |
Hello guys! |
@AmsterGet Hi, I will check that afternoon when I'm done with my daily duties ;) |
Hi, sorry for delayed response. After updating the package, it is indeed working without errors 💯 |
Hi,
I created repository for problem reproduction https://github.com/shwarcu/playwright-reportportal-example.
Here is how I got up to this point:
I deployed ReportPortal locally with docker and created initial tests setup with
npm init playwright@latest
.Then I added
agent-js-playwright
reporter to the config and changedtestDir
to take tests from./tests-examples
.When running example tests I keep getting this error:
Related issue #42
Probably regression from last release?
The text was updated successfully, but these errors were encountered: