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
{{ message }}
This repository was archived by the owner on Sep 21, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: doc/config.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -248,6 +248,11 @@ Settings list:
248
248
249
249
This is useful when the page has elements which are animated.
250
250
251
+
* `orientation` – browser orientation that will be set before each test run. It is useful to restore the default browser orientation after test execution in which orientation was changed. There are 3 allowed values for this option:
252
+
* `null` (default). No action will be taken.
253
+
* `landscape`. Orientation will be changed to landscape mode before running the test.
254
+
* `portrait`. Orientation will be changed to portrait mode before running the test.
255
+
251
256
## Sets
252
257
253
258
You can link some set of tests with certain browsers using `sets`.
0 commit comments