Skip to content

Commit 255494c

Browse files
removed the espresso env page
1 parent 91a781e commit 255494c

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

docs/espresso-supported-capabilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ This document provide details about the features and capabilities supported for
6565
| disableAnimation | Boolean | Set this to `true` if you want to disable animations for espresso tests. **Default:** `false` |
6666
| clearPackageData | Boolean | Set this to `true` if you want to clear the app data after each test has completed running. **Default**: `false` |
6767
| singleRunnerInvocation | Boolean | Set this to `true` if you want to execute test cases together with a `single test runner invocation`.This can help significantly speed up the test execution time. By default, each test case is invoked separately. **Default:** `false` |
68-
| env | Map | This feature allows users to pass and retrieve environment variables (like STAGE, PROD, or DEV) during automated Android tests. That is, users can dynamically switch configurations between environments without changing the test code, enabling seamless testing across multiple setups. Learn more about [Environment Variables](https://www.lambdatest.com/support/docs/espresso-env-variables-settings/) |
68+
<!-- | env | Map | This feature allows users to pass and retrieve environment variables (like STAGE, PROD, or DEV) during automated Android tests. That is, users can dynamically switch configurations between environments without changing the test code, enabling seamless testing across multiple setups. Learn more about [Environment Variables](https://www.lambdatest.com/support/docs/espresso-env-variables-settings/) | -->
6969
:::caution Important
7070
You can either use **GeoLocation** or **Tunnel** in single execute command. They both are mutually exclusive.
7171
:::

sidebars.js

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2571,17 +2571,22 @@ module.exports = {
25712571
id: "getting-started-with-espresso-testing",
25722572
},
25732573
{
2574-
type: "category",
2575-
collapsed: true,
2574+
type: "doc",
25762575
label: "Supported Capabilities",
2577-
link: {
2578-
type: "doc",
2579-
id: "espresso-supported-capabilities",
2580-
},
2581-
items: [
2582-
"espresso-env-variables-settings",
2583-
],
2584-
},
2576+
id: "espresso-supported-capabilities",
2577+
},
2578+
// {
2579+
// type: "category",
2580+
// collapsed: true,
2581+
// label: "Supported Capabilities",
2582+
// link: {
2583+
// type: "doc",
2584+
// id: "espresso-supported-capabilities",
2585+
// },
2586+
// items: [
2587+
// "espresso-env-variables-settings",
2588+
// ],
2589+
// },
25852590
{
25862591
type: "doc",
25872592
label: "RegEx in Espresso",

0 commit comments

Comments
 (0)