Category: Automation
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...
24
Sep
API testing with Python
by Slav Kurochkin
No Comments
There are many ways of doing API testing, the most popular tools is Postman (JavaScript) and RestAssured (Java), in this post we going to use...
04
Sep
Automating Checkers with Selenium in Python
by Slav Kurochkin
No Comments
I’m originally from Russia and since I was a kid I been playing Chess and Checkers. I have heard about competitions between humans and computers,...
23
Aug
Configure NodeJS in Jenkins
by Slav Kurochkin
No Comments
I’m currently working on ReactJS and Reactive Native application in order for me to build the app in Jenkins I need to install NodeJS plugin...
07
Aug
JavaScript UI Testing with Puppeteer: Improving Click function
by Slav Kurochkin
No Comments
In ReactJs project I’m working on we are using Puppeteer as UI testing framework, the framework is part of node dev dependencies and living with...
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...
30
Jun
Using Loading Animation in your Test Automation
by Slav Kurochkin
No Comments
In test automation, there is quite often the situation when we need to wait for the page to load before interacting with UI elements on...
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...