Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is this framework supports mobile web browsers? #167

Closed
RollerIn opened this issue Jul 8, 2021 · 8 comments
Closed

is this framework supports mobile web browsers? #167

RollerIn opened this issue Jul 8, 2021 · 8 comments
Assignees
Labels
help Need help. no-issue-activity Issue having no activity for long time.

Comments

@RollerIn
Copy link

RollerIn commented Jul 8, 2021

Hi Wasiq,
Hope you are doing good!!!
is this framework supports all mobile web browsers on iOS and android ?

browsers like chrome, Firefox, safari ?

if not, can you suggest some good framework form you?

@mfaisalkhatri
Copy link
Collaborator

Hi, This Framework supports Chrome, Chromium and Safari browsers.
For more details please refer https://wasiqb.github.io/projects/appium/device-setting/

You will have to add the browser name in the following main section in the config and in the app section you need to set the app type to WEB. Using the navigateTo method in deviceAction class you can navigate to the url in the browser.

device: &default_device
  os: ANDROID
  type: REAL
  language: US
  browser: CHROME
  session_timeout: 120000

 devices:
  android:
    <<: *default_device
    name: emulator-5554
    version: 8.1
    automation: UIAUTOMATOR2
    type: SIMULATOR
      app:
        install_timeout: 60000
        type: WEB

@RollerIn
Copy link
Author

RollerIn commented Jul 9, 2021

Thank you,mfaisalkhatri for your inputs…what is *default_device here?

@RollerIn
Copy link
Author

device: &default_device
platform_type: ANDROID
app_type: WEB
device_type: REAL
language: US
browser: CHROME
session_timeout: 120000
clear_system_files: true
no_reset: false
full_reset: true
playback:
record:
enabled: false
delay_before_swipe: 200
delay_after_swipe: 100
delay_before_tap: 0
delay_after_tap: 0
devices:
test_local:
device_name: PixelTest
device_version: 10.0
app_location: apps/android/VodQA.apk
automation_name: UIAUTOMATOR2
<<: *default_device
device_type: SIMULATOR
android:
avd: ePixelURTest
avd_launch_timeout: 60000
avd_ready_timeout: 60000
avd_args: -gpu swiftshader_indirect
apk_install_timeout: 60000
automation: UIAUTOMATOR2
app:
install_timeout: 60000
type: WEB

    tried this way ..but all test cases are ignored ..am I missing anything here…what configuration exactly I need to pass here to know the framework execution
    
    Please let me know initial setup and initial run

@WasiqB
Copy link
Owner

WasiqB commented Jul 18, 2021

@RollerIn , currently we have planned to create a sample test for web, which will help you get started with Mobile web tests. We'll update here on this ticket with updates on the same.

@RollerIn
Copy link
Author

Thank you, WasiQB Brother

@WasiqB WasiqB added the help Need help. label Jul 18, 2021
@RollerIn
Copy link
Author

RollerIn commented Jul 24, 2021

Bro, please let me know any updates on my request?
below format throwing error to read the file
servers:
android_server:
host:127.0.0.1
port:4723
external:true
logs:
level:DEBUG
path:logs/appium-server.log
timestamp:true
local_timezone:true
debug_spacing:true
android:
suppress_adb_kill:true

devices:
android:
os:ANDROID
name:Google Pixel 3
version:8.1
type:SIMULATOR
others:
clear_files:true
no_reset:false
full_reset:true
clear_logs:true
automation:UIAUTOMATOR2
android:
avd:
name:Pixel_3_XL_API_27
launch_timeout:60000
ready_timeout:60000

    Cannot create property=appium_path for JavaBean=com.github.wasiqb.coteafs.appium.config.ServerSetting@781f10f2

in 'reader', line 1, column 9:
server: &default_server

@WasiqB
Copy link
Owner

WasiqB commented Jul 24, 2021

@RollerIn , we have created a ticket #168 where we will add sample test for Mobile web scenario. This ticket is planned in our next version release which we are planning to release in August.

@github-actions
Copy link

Ticket is stale since last 90 days.

@github-actions github-actions bot added the no-issue-activity Issue having no activity for long time. label Oct 23, 2021
@WasiqB WasiqB closed this as completed Jan 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help Need help. no-issue-activity Issue having no activity for long time.
Projects
None yet
Development

No branches or pull requests

3 participants