Automating WebGL-/Canvas-based WebsiteWebGL-based websites are becoming increasingly popular among web developers looking to create immersive and interactive user experiences. By drawing graphics and animations directly on the canvas, they offer developers a high degree of creative contr...Apr 18, 2023·4 min read
Using Reporters in jest FrameworkOverview When using Jest as the framework for your test, it's often desired to have a report that summarises the test result neatly. Although Jest comes with a default test reporter, which prints out the report in the console directly, one could wish...Jan 30, 2023·7 min read
Automate GitHub 2-Factor Authentication with Android DeviceToday, we're building a two-factor authentication GitHub workflow automation with a browser we have on our Personal Computer (PC) and a physical Android device. Cross-Platform automation within one framework is hard to do. That is why testing is ofte...Jan 23, 2023·7 min read
Automate Multiple Devices with askuiOverview This tutorial shows how to automate multiple devices on the same network by using askui library. After following this tutorial, you will be able to automate more than one device across different platforms, whether Linux, macOS, Windows or An...Jan 16, 2023·5 min read
Tutorial: Automate Web Search on Android Devices with askuiIn this tutorial, we will automate web browser searching on Android devices. This tutorial assumes that you have already set up your Android test device, alongside the Android Development Environment. If you haven't set it up yet, you can check out o...Nov 29, 2022·8 min read
Tutorial: Setting up Android Devices for Testing Mobile AppsSetting up Android Devices for Testing Mobile Apps In this tutorial, we will walk you through how to set up an Android device for developing and testing mobile apps running on Android devices. Depending on the testing environment, i.e. whether it is ...Nov 29, 2022·7 min read
Challenges in User Interface Automation: Current StateUser Interface (UI) Automation is a hard task in todays world as the tools used are normally dependent on relying on structural clues instead of visual recognition of UI elements. In this three part blog series we will show where the current challeng...Nov 29, 2022·4 min read