diff --git a/assets/images/cypress/report-portal-cypress/1.png b/assets/images/cypress/report-portal-cypress/1.png
new file mode 100644
index 000000000..49b3f933e
Binary files /dev/null and b/assets/images/cypress/report-portal-cypress/1.png differ
diff --git a/assets/images/cypress/report-portal-cypress/2.png b/assets/images/cypress/report-portal-cypress/2.png
new file mode 100644
index 000000000..a2897990b
Binary files /dev/null and b/assets/images/cypress/report-portal-cypress/2.png differ
diff --git a/assets/images/cypress/report-portal-cypress/3.png b/assets/images/cypress/report-portal-cypress/3.png
new file mode 100644
index 000000000..b604730ff
Binary files /dev/null and b/assets/images/cypress/report-portal-cypress/3.png differ
diff --git a/assets/images/cypress/report-portal-cypress/4.png b/assets/images/cypress/report-portal-cypress/4.png
new file mode 100644
index 000000000..b7ab013a8
Binary files /dev/null and b/assets/images/cypress/report-portal-cypress/4.png differ
diff --git a/assets/images/cypress/report-portal-cypress/5.png b/assets/images/cypress/report-portal-cypress/5.png
new file mode 100644
index 000000000..077f1f025
Binary files /dev/null and b/assets/images/cypress/report-portal-cypress/5.png differ
diff --git a/assets/images/report-portal-cypress/report6.webp b/assets/images/cypress/report-portal-cypress/6.png
similarity index 100%
rename from assets/images/report-portal-cypress/report6.webp
rename to assets/images/cypress/report-portal-cypress/6.png
diff --git a/assets/images/report-portal-cypress/report1.webp b/assets/images/report-portal-cypress/report1.webp
deleted file mode 100644
index e98c48350..000000000
Binary files a/assets/images/report-portal-cypress/report1.webp and /dev/null differ
diff --git a/assets/images/report-portal-cypress/report2.webp b/assets/images/report-portal-cypress/report2.webp
deleted file mode 100644
index d2fccb08c..000000000
Binary files a/assets/images/report-portal-cypress/report2.webp and /dev/null differ
diff --git a/assets/images/report-portal-cypress/report3.webp b/assets/images/report-portal-cypress/report3.webp
deleted file mode 100644
index 153240821..000000000
Binary files a/assets/images/report-portal-cypress/report3.webp and /dev/null differ
diff --git a/assets/images/report-portal-cypress/report4.webp b/assets/images/report-portal-cypress/report4.webp
deleted file mode 100644
index 814d470dc..000000000
Binary files a/assets/images/report-portal-cypress/report4.webp and /dev/null differ
diff --git a/assets/images/report-portal-cypress/report5.webp b/assets/images/report-portal-cypress/report5.webp
deleted file mode 100644
index 81dd330f9..000000000
Binary files a/assets/images/report-portal-cypress/report5.webp and /dev/null differ
diff --git a/assets/images/report-portal-cypress/report7.webp b/assets/images/report-portal-cypress/report7.webp
deleted file mode 100644
index e0ee8bd33..000000000
Binary files a/assets/images/report-portal-cypress/report7.webp and /dev/null differ
diff --git a/docs/report-portal-cypress.md b/docs/report-portal-cypress.md
index 0009fbb1f..02c5ad3de 100644
--- a/docs/report-portal-cypress.md
+++ b/docs/report-portal-cypress.md
@@ -1,6 +1,6 @@
---
id: report-portal-cypress
-title: ReportPortal.io Integration With LambdaTest For Cypress
+title: Integrate ReportPortal.io with LambdaTest for Cypress
sidebar_label: Report Portal IO Integration For Cypress
description: This article will guide you on how to integrate the LambdatTest platform with Report Portal platform for running your Cypress automation tests.
keywords:
@@ -20,72 +20,55 @@ slug: report-portal-cypress/
import CodeBlock from '@theme/CodeBlock';
import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/component/keys";
----
+
This article will guide you on 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](http://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](http://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
+## Steps to Integrate ReportPortal.io
+**Step 1:** Navigate to [ReportPortal.io](http://reportportal.io/) and login into your account. Then open your **Report Portal IO Profile**.
-
+
- ***
+**Step 2:** Click on the **API Keys** tab and generate a new API key. Now switch to **Configuration examples** tab and copy the configuration code snippet as per your desired programming language
-- Define the **reportportal.io** dependency (`@reportportal/agent-js-cypress`) in your **lambdatest-config.json** or **package.json** file
+
-
+**Step 3:** Go to your Cypress project and create a new file for defining report portal configuration/credentials
- ***
+
-- Integration is now done, open the Dashboard to see the results.
+**Step 4:** Define the file name in the `reporter_config_file` capability of `lambdatest-config.json` file as mentioned in the below screenshot
-
+
- ***
+**Step 5:** Install the **reportportal.io** dependency (`@reportportal/agent-js-cypress`) in your Cypress project. You can check this in your `lambdatest-config.json` or `package.json` file.
-
+
-> That’s all! you have successfully integrated **ReportPortal.io** and **LambdaTest** for running your **Cypress** tests. In case you have any questions or need any additional information, you could reach out at our window.openLTChatWidget()}>**24X7 Chat Support** or mail us directly at support@lambdatest.com.
+Now run your tests and go to the dashboard to check your results.
-
+