Automation Advocatesforaskuiaskui.hashnode.net·Nov 29, 2022Tutorial: 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...Discuss·1 like·38 readsaskui with Androidaskui
Automation Advocatesforaskuiaskui.hashnode.net·Jan 30, 2023Using 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...Discuss·1 like·35 readsJest
Automation Advocatesforaskuiaskui.hashnode.net·Jan 16, 2023Automate 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...Discussaskui
Automation Advocatesforaskuiaskui.hashnode.net·Apr 18, 2023Automating 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...Discussaskui
Automation Advocatesforaskuiaskui.hashnode.net·Apr 13, 2023How to Do Assertions in askuiReal interactivity is what characterizes what an end-user is doing on a User Interface (UI). This is why it is important to extract data from your UI into your tool and use it later, for assertions for example 🔧. We will show two ways to use askui f...Discussaskui
Automation Advocatesforaskuiaskui.hashnode.net·Apr 13, 2023How askui WorksOverview In this article, we will give a detailed overview of askui's architecture and how it works under the hood. askui is built on top of a number of components. We will cover what these components are and how they work together to provide a flex...Discussaskui
Automation Advocatesforaskuiaskui.hashnode.net·Feb 20, 2023Try askui in Your Browser With Gitpodaskui controls your operating system (OS) through mouse movement, mouseclicks, keypresses and screencapture. Thus it can be a pain to install it on your local machine. Not everything might work out of the box or there are simply permissions missing (...Discussui testing
Automation Advocatesforaskuiaskui.hashnode.net·Feb 13, 2023Custom Elements in askuiOverview Custom Element Selection is a feature in askui that enables you to create custom selectors for elements on the screen, instead of relying on the standard selectors provided such as Button, Textfield, etc. With this feature, you can define a ...Discussaskui
Automation Advocatesforaskuiaskui.hashnode.net·Jan 30, 2023Using 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...Discuss·1 like·35 readsJest
Automation Advocatesforaskuiaskui.hashnode.net·Jan 23, 2023Automate 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...Discussaskui
Automation Advocatesforaskuiaskui.hashnode.net·Jan 16, 2023Automate 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...Discussaskui
Automation Advocatesforaskuiaskui.hashnode.net·Nov 29, 2022Tutorial: 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...Discuss·1 like·38 readsaskui with Androidaskui
Automation Advocatesforaskuiaskui.hashnode.net·Nov 29, 2022Challenges 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...Discuss·26 readsaskui