Skip to content

Commit 3035401

Browse files
authored
Merge pull request LambdaTest#1169 from amanchopra1905/stage
hyp os browser
2 parents 8c80845 + c8e2929 commit 3035401

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

docs/hyperexecute-how-to-configure-os-and-browser.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -83,21 +83,13 @@ The HyperExecute YAML configuration file is the blueprint for running your tests
8383
[Matrix mode](https://www.lambdatest.com/support/docs/deep-dive-into-hyperexecute-yaml/#matrix) allows you to run the same set of tests across multiple combinations of environments, configurations, or parameters. This is particularly useful for ensuring that your software works correctly under different conditions, such as various operating systems, browser versions, or dependency files.
8484

8585
- **`runson: ${matrix.os}` :** Dynamically selects the operating system from the matrix.os list (Windows, macOS, Linux) for each test job.
86-
- **`os` :** Lists the operating systems for testing: `win`, `mac`, and `linux`.
87-
- **`tests` :** Specifies the test cases to run, such as `Test_1` and `Test_2`.
88-
- **`browser` :** Defines the browsers for testing, in this case, Chrome and Microsoft Edge.
89-
- **`version` :** Sets the browser versions to test, such as latest for the most recent stable version or dev for development versions.
90-
- **`files` :** Points to files or dependencies required for executing the tests, such as `@File1` and `@File2`.
86+
- **`os` :** Lists the operating systems for testing: `win`, `win11`, `mac`, `mac13`, and `linux`.
9187

9288
```yaml title="hyperexecute_matrix.yaml"
9389
runson: ${matrix.os}
9490

9591
matrix:
96-
os: ["win", "mac", "linux"]
97-
tests: ["Test_1", "Test_2"]
98-
browser: ["Chrome", "MicrosoftEdge"]
99-
version: ["latest, dev"]
100-
files: ["@File1","@File2"]
92+
os: ["win", "mac", "linux"] #linux, win, win11, mac, mac13
10193
```
10294
> 📕 Learn more about [Matrix Test Method](https://www.lambdatest.com/support/docs/hyperexecute-matrix-multiplexing-strategy/)
10395
</TabItem>

0 commit comments

Comments
 (0)