Skip to content

Latest commit

 

History

History
47 lines (24 loc) · 2.09 KB

reportportalio-integration.md

File metadata and controls

47 lines (24 loc) · 2.09 KB

ReportPortal.io Integration With LambdaTest For Cypress

Learn how to integrate the LambdaTest platform with ReportPortal.io platform for running your Cypress automation tests. Before you can get started, make sure you have an account on ReportPortal.io.

By default, the LambdaTest Cypress-Multi-Reporter mechanism generates mochaawesome. To override it with some other reporting options (report portal in this case), you have to create a different file to define the reporting configuration.

Steps To Integrate


  • Navigate to ReportPortal.io and login into your account. Then open your Report Portal IO Profile.


  • Copy the Report Portal Credentials


  • Open your Cypress project and create a new file for defining report portal configuration/credentials


  • Define the file name in the “reporter_config_file“ capability of lambdatest-config.json file as mentioned in the below screenshot


  • Define the reportportal.io dependency (@reportportal/agent-js-cypress) in your lambdatest-config.json or package.json file


  • Integration is now done, open the Dashboard to see the results.