Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/detox-testing-on-hyperexecute.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: detox-testing-on-hyperexecute
id: hyperexecute-detox-testing
title: Detox Testing on HyperExecute
hide_title: false
sidebar_label: Detox
Expand All @@ -16,9 +16,9 @@ keywords:
- detox tests on hyperexecute
- hyperexecute automation testing
- HyperExecute React Native automation
url: https://www.lambdatest.com/support/docs/detox-testing-on-hyperexecute/
url: https://www.lambdatest.com/support/docs/hyperexecute-detox-testing/
site_name: LambdaTest
slug: detox-testing-on-hyperexecute/
slug: hyperexecute-detox-testing/
---

import CodeBlock from '@theme/CodeBlock';
Expand All @@ -42,7 +42,7 @@ import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/co
"@type": "ListItem",
"position": 3,
"name": "How to run Detox automation tests on HyperExecute",
"item": "https://www.lambdatest.com/support/docs/detox-testing-on-hyperexecute/"
"item": "https://www.lambdatest.com/support/docs/hyperexecute-detox-testing/"
}]
})
}}
Expand Down
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ module.exports = {
{
type: "doc",
label: "Detox",
id: "detox-testing-on-hyperexecute",
id: "hyperexecute-detox-testing",
},
{
type: "doc",
Expand Down
Loading