Anna Ostrovskaya

Results 6 comments of Anna Ostrovskaya

hi, looks like the same is happening for Mocha plugin ``` (node:27) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 end listeners added to [Runner]. Use emitter.setMaxListeners() to increase limit 206...

Hi, are there any plans to update the described behaviour? Current implementation is very inconvenient, as mostly screenshots for UI tests are usually taken and attached in the afterEach hooks....

@cryptton2004 Thank you for your code. I've used it in my project - it really looks nice in allure reports, but the code itself unfortunately looks not so nice :(...

hello, don't know if this is a correct place to ask, but I was wondering is there a plan to fix metrics sent to DataDog (I assume also via StatsD)...

Hi, i'm seeing the same problem ` "@reportportal/agent-js-mocha": "^5.0.1", "@reportportal/client-javascript": "^5.0.5", "mocha": "^9.0.0" ` The only way I was able to make my launches finish is to use `RPClient.getPromiseFinishAllItems();` but...

Hi, I wanted to give some update on this issue. I debugged this a little bit and this is what I've got: Reporter configuration: `reporterOptions: { token: 'f', endpoint: 'http://localhost:8080/api/v1',...