Skip to content

Commit

Permalink
enable desktop+mobile in browserstack yml
Browse files Browse the repository at this point in the history
  • Loading branch information
glendc committed Mar 19, 2024
1 parent f25b61c commit 644a4dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rama-fp/browserstack/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ def get_browser_option(browser):
for (device, os_version, browser) in mobile_configs
]

# desired_caps = desktop_desired_caps + mobile_desired_caps
desired_caps = desktop_desired_caps + mobile_desired_caps
# desired_caps = desktop_desired_caps
desired_caps = mobile_desired_caps
# desired_caps = mobile_desired_caps


entrypoints = [
Expand Down

0 comments on commit 644a4dd

Please sign in to comment.