Ilya

Results 190 comments of Ilya

Hello @PWookey ! This is a known issue, our backend team is familiar with it, but it is currently in the backlog. If you want to get the link before...

Hello @devashish2203 ! Please check with the latest version 5.2.2.

> Still not seeing this. Is there a specific parameter i should set? Other than the required (api key, endpoint, project etc)? Hello @cmyllis ! Are you referring to the...

Hello @kubmir ! So after completing your the first spec, your entire run failed? Have you tried to reproduce this problem for Cypress 13?

Hello @kubmir ! I've just released the new version of the agent with additional option [`debugIpc`](https://github.com/reportportal/agent-js-cypress/releases/tag/v5.5.0#:~:text=Added-,debugIpc,-option.%20Allows%20printing) that can be useful for debugging ipc connection issues. Could you please run your...

@kubmir just want to clarify - what is your setup for such broken executions? OS type/version, any tools used to run the tests, etc.

Hello @toduyemi ! I assume that timeout errors can be caused by uploading large files that are not within the acceptable size range defined by the ReportPortal server. So, if...

You can change the file upload limits by providing env variables to [docker-compose](https://github.com/reportportal/reportportal/blob/master/docker-compose.yml#L222) for service api: RP_UPLOAD_MAXUPLOADSIZE: 128MB RP_UPLOAD_MAXFILESIZE: 64MB

Hello @toduyemi ! If your question is still actual. > If files are being uploaded, they're files that RP uploads out-of-box. I haven't made any changes with regards to file...