+
diff --git a/docs/playwright-lighthouse-performance-metrics.md b/docs/playwright-lighthouse-performance-metrics.md
deleted file mode 100644
index 8206b4944..000000000
--- a/docs/playwright-lighthouse-performance-metrics.md
+++ /dev/null
@@ -1,144 +0,0 @@
----
-id: playwright-lighthouse-performance-metrics
-title: How To View Lighthouse Performance Metrics in Playwright
-hide_title: true
-sidebar_label: Lighthouse Performance Metrics
-description: Guide to view Lighthouse Performance metrics of a website using Playwright. View the Lighthouse audits, scores, metrics, and much more.
-keywords:
- - lighthouse performance
- - lighthouse performance management
- - google lighthouse performance
- - google lighthouse performance score
- - lighthouse partners performance
- - lighthouse performance metrics
- - lighthouse performance score
- - lighthouse performance testing
- - lighthouse web performance
- - lighthouse website performance
- - google lighthouse performance audit
- - google lighthouse performance test
- - google's own lighthouse for performance accessibility and seo ratings
- - how is lighthouse performance score calculated
- - lighthouse audit for performance
- - lighthouse check performance
- - LambdaTest automation
- - playwright
- - playwright online
- - online playwright automation
- - playwright automation online
- - LambdaTest playwright automation
- - playwright tutorial
- - Playwright getting started
- - lambdatest getting started
-url: https://www.lambdatest.com/support/docs/playwright-lighthouse-performance-metrics/
-site_name: LambdaTest
-slug: playwright-lighthouse-performance-metrics/
----
-
-
-
-# View Lighthouse Performance Metrics Using Playwright
-* * *
-
-LambdaTest now integrates [**Lighthouse**](https://developers.google.com/web/tools/lighthouse) to view the performance metrics (**Lighthouse Audits**) while running Playwright tests on the LambdaTest cloud. You can now view the scores of:
-
-* **Performance**,
-* **Accessibility**,
-* **Best Practices**,
-* **SEO**
-* **Progressive Web App**
-
-metrics with the help of LambdaTest.
-
-:::tip Sample repository
-The code sample for generating the Lighthouse Performance Metrics in the Playwright test can be found on **LambdaTest's GitHub Repository**. You can either download or clone the repository to quickly run your tests.
-
-**3.** You can see the Lighthouse Performance Metrics on your screen now, for the URL requested. For example, in the below image, the lighthouse report is generated for [https://login.live.com](https://login.live.com).
-
-
-
-Similarly, you can click on any of the performance reports to view it in detail. Performance reports can also be downloaded in various formats. Not only this, but LambdaTest also helps you view the Passed Audits, individual metrics, detailed diagnosis, and improvement opportunities about that particular Lighthouse Audit.
-
-* * *
-
-That's it folks! That's all about the Lighthouse Performance Metrics with LambdaTest. You can read more about the Lighthouse Audits and Performance Metrics from [web.dev](https://web.dev/lighthouse-performance/) page. If you have any doubt or questions, feel free to contact our experts at window.openLTChatWidget()}>**24/7 chat support** or mail us at [support@lambdatest.com](mailto:support@lambdatest.com). Happy testing! :)
-
-
diff --git a/docs/sharding-xcui.md b/docs/sharding-xcui.md
index e08f97ab5..541c25715 100644
--- a/docs/sharding-xcui.md
+++ b/docs/sharding-xcui.md
@@ -258,11 +258,9 @@ You can refer to this example and screenshot below:
:::
## Filters in Sharding
-
You can filter the Classes / Tests that you'd like to execute using filters.
Here's an example of the same.
-
```java
filters:
attributes:
@@ -271,31 +269,23 @@ filters:
- type: testName
values: ["LambdaUiKitIOSUITests/testverifyAppLaunch"]
```
-
This example will run only the 2 classes & one test as mentioned from the TestSuite.
-## Additional Links
+## XCTestPlan in Sharding
+To implement the XCTestPlan in Sharding, add the `xctestplan` flag along with `app` and `testSuite` in the [framework](https://www.lambdatest.com/support/docs/hyperexecute-yaml-version0.2/#framework) flag as shown below:
----
+```yaml
+framework:
+ name: "ios/xcui"
+ args:
+ "app" : "lt://APP_ID",
+ "testSuite": "lt://TEST_SUITE_ID",
+ "xctestplan" : "lt://YOUR_XC_TEST_PLAN_ID" #only when you want to use XCTestPlan
+```
+> Refer the documentation to learn how to use [XCTestPlan feature](/support/docs/xctestplan/).
+
+## Additional Links
- [Advanced Configuration for Capabilities](https://www.lambdatest.com/support/docs/desired-capabilities-in-appium/)
- [How to test locally hosted apps](https://www.lambdatest.com/support/docs/testing-locally-hosted-pages/)
- [How to integrate LambdaTest with CI/CD](https://www.lambdatest.com/support/docs/integrations-with-ci-cd-tools/)
-
-
diff --git a/docs/xctestplan.md b/docs/xctestplan.md
index 4f508d152..2fb0e04a7 100644
--- a/docs/xctestplan.md
+++ b/docs/xctestplan.md
@@ -193,16 +193,14 @@ Take note of the base64 encoded authentication which needs to be added in the