You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hyperexecute-how-to-configure-os-and-browser.md
+2-10Lines changed: 2 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,21 +83,13 @@ The HyperExecute YAML configuration file is the blueprint for running your tests
83
83
[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.
84
84
85
85
- **`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`.
0 commit comments