Skip to content

dhruvi-alphabin/demo-camera-injection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mobile UI Automation Project Setup:

  • Based on

    • WebdriverIO
    • Node version 14.0 or higher
    • Appium
  • Setup and Start Appium server

    • Install the appium server using the below command on terminal

      npm i -g appium
      
    • Execute the below command to start the appium server locally

      appium
      

      Note : If a Chrome driver version mismatch error message appears. By using this argument, restart the appium.

      appium --allow-insecure chromedriver_autodownload
      
  • Setup code

    • Clone the repo

      git clone https://github.com/alphabin-01/demo-camera-injection
      
    • Install all dependencies using the below command

      npm install
      
  • Run the test

    npm run androidBrowser
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%