Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.42 KB

2023-02-12-self-managed-appium-execution.md

File metadata and controls

23 lines (16 loc) · 1.42 KB
slug title authors tags
self-managed-appium-execution
New Feature Announcement - Self-managed Appium Execution
mohab
selenium
appium
shaft_engine

A new Major feature approaches!

SHAFT_Engine will now manage its own Appium Execution Environment 🎉🎉

Selenium WebDriver 🤝 Appium

What is self-managed appium execution?

  • One of the common challenges for mobile application test automation is achieving and maintaining a proper testing environment.
  • A Testing environment consists of several elements; Android SDK CLI tools, Android System Image, Android Emulator, Support for Hardware acceleration, NPM, Appium 2.x server, drivers and plugins.
  • SHAFT will now download, and setup your testing environment.
  • SHAFT will also maintain everything in your environment to ensure that it's all up-to-date.
  • SHAFT will then initialize the Emulator, initialize the Appium server, and synchronize everything before starting test execution.