Sameera De Silvasadesilva.hashnode.dev·May 4, 2024How to start Appium Server in macOS via Java code?For that you could use below code. Tip- Type which appium command in Mac Terminal to get appiumPath package com.test; import io.appium.java_client.AppiumBy; import io.appium.java_client.android.AndroidDriver; import io.appium.java_client.android.opt...Appium automation
Nazneen Ahmadnazneenahmad.hashnode.dev·May 12, 2023Top 24 iOS Testing Tools For 2023It’s 2023, and we all depend on the mobile app for everything ranging from social media to fitness and daily work. According to Statista, approx. 255,000 million downloads of mobile applications were noted in 2022. In 2025, mobile apps are projected ...ios app testing
Avinash Kannanavinashk.hashnode.dev·Jun 23, 2022CI for Detox Mobile Test Automation framework using GitHub Actions and Azure PipelinesOverview In continuation to my last detailed blog on setting up Detox test automation framework, We will set up CI for the same using GitHub Actions and Azure Pipelines. GitHub Actions Actions is a feature released by GitHub that allows you to set up...2 likes·406 readsazure-devops
Avinash Kannanavinashk.hashnode.dev·May 19, 2022Detox : Gray box end-to-end test automation framework for react-native appsPre Requisites Node.js https://nodejs.org/en/download/ or use Homebrew command brew install node (Note : Install Node.js v12.0 or above. Use nvm if you need to manage your node versions installed on a single machine) Android Studio Setting Up an And...4 likes·96 readsReact Native