-
Notifications
You must be signed in to change notification settings - Fork 41
Description
Complete set of results not getting pushed into Report Portal. In batch of 30 scripts after pushing results for 2 scripts nothing happens and get stuck up there.
Cypress automation project changes dones as per the setps given.
All containers of Report Portal are running fine and no exception observed in the RP container Logs - Below are the logs -
reporting config for cypress.json
"reporter": "cypress-multi-reporters",
"reporterOptions": {
"reporterEnabled": "@reportportal/agent-js-cypress, cypress-mochawesome-reporter",
"reportportalAgentJsCypressReporterOptions": {
"autoMerge": "false",
"mode" : "trace",
"debug": true,
"restClientConfig":{
"timeout":3600000
},
"endpoint": "http://localhost:8080/api/v1",
"token": "xxxx-xxxxx-xxxx-xxxx",
"launch": "superadmin_TEST_EXAMPLE",
"project": "superadmin_personal",
"description": "Automation Batch Run"
},
"cypressMochawesomeReporterReporterOptions": {
"reportDir": "cypress/results/AutomationReport_Mochawsome",
"charts": true,
"saveJson": true,
"embeddedScreenshots": true,
"inlineAssets": false,
"reportPageTitle": "CypressTests"
}
},