Category: Mobile Test Automation
02
Jul
iOS Mobile UI Testing with XCUI Test
by Slav Kurochkin
No Comments
I recently worked on an iOS ToDo list application for a couple of reasons: to learn more about SwiftUI and to have a pet project...
04
Nov
Detox Test Reports in Jenkins
by Slav Kurochkin
No Comments
In this blog post we going to integrate Detox reports in Jenkins CI/CD pipeline. But first let’s see how test reports working in Jenkins. Most...
29
Oct
Debugging Detox UI tests in React Native
by Slav Kurochkin
No Comments
Those who worked with mobile applications UI testing in Appium used to elements finder which comes with Appium Inspector, but when you work with Detox...
30
Jul
Changing iOS and Android simulator status bar for Visual Testing
by Slav Kurochkin
No Comments
There is lots of talk lately about visual testing and benefits of catching UI bugs upfront and even though it’s pretty easy task for modern...
27
Jun
Retry failed Detox tests with Mocha
by Slav Kurochkin
No Comments
UI tests are flaky, especially when you run it on mobile devices. There are multiple factors that can lead to false-positive test results, if that...
25
Jun
Running JavaScript Appium on Azure DevOps
by Slav Kurochkin
4 Comments
So you built your Appium tests and running it locally, then developer make changes and asking you to run tests, you dropping everything making a...
13
Jun
Abstracting Appium Capabilities from test file
by Slav Kurochkin
No Comments
In the previous blog we set Appium to run with Jest and added desired capabilities to beforeAll hook. While this approach will work for a...
11
Jun
Mobile Testing with Appium, Jest and WebdriverIO
by Slav Kurochkin
1 Comment
While there are lots of blogs on how to run Appium with Mocha, there is not much info on how to do it with Jest...
09
Jun
E2E Testing React Native Applications
by Slav Kurochkin
No Comments
There are few frameworks that are suitable for React Native apps testing, the most popular is Appium and Detox. Appium is a standalone testing application...
04
Jun
Launch Android emulator on macOS using command line
by Slav Kurochkin
No Comments
Testing mobile applications I quite often have to launch Android emulator, there is an option to launch through Android Studio and then UI of AVD....