Advertisement
Guest User

Untitled

a guest
Jan 27th, 2020
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. What it is? Test framework for automating mobile apps with appium using webdriverio and javascript
  2.  
  3. Tech Stack:
  4. - Appium
  5. - WebdriverIO
  6. - Cucumber
  7. - Javascript
  8.  
  9.  
  10. Appium - automation testing tool. Used for automating test cases for native, hybrid, and web applications on mobile devices (iOS and Android).
  11. Two ways to instal appium, via node.js, and via desktop app
  12.  
  13. Appium serves as a server between mobile device(actual/emulator) and appium client.
  14. Appium client sends requests to Appium server which are then forwarded to the device where the testing is done.
  15.  
  16. WebdriverIO - appium client
  17. - WebDriver test automation framework for Nodejs
  18.  
  19. Cucumber - is a tool for running automated tests written in plain language.
  20.  
  21. install
  22. "appium"
  23. @wdio/cli - WebdriverIO testrunner
  24. @wdio/appium-service - pang run ng appium service automatically pag run ng tests
  25.  
  26. --
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement