Skip to content
Software Test Academy
  • Home
  • About
  • Blog
  • Test Automation
    • UI Automation
      • Selenium
      • Capybara
      • Sikulix
      • CodedUI
      • WinAppDriver
    • Mobile Automation
      • Appium
      • Espresso
      • Mobile Device Farm
    • API Automation
      • Rest Assured
      • Karate
    • Testing Frameworks
      • JUnit
      • TestNG
    • Automation Reporting
      • Allure Report
      • Extent Reports
      • Klov Reporting
      • Tesults Reporting
    • Cucumber
    • Visual Test Automation
      • Applitools Eyes
      • ImageMagick
      • Galen Framework
      • Ember Percy
      • Visual Testing Tools
    • Robot Framework
    • Selenoid
    • Docker Selenium
    • Node.js Mocha
  • Performance Testing
    • JMeter
    • Gatling
    • Mobile Performance Testing
    • Interview Questions
  • DevOps
    • Kubernetes
    • Jenkins
    • Docker
    • SonarQube
    • Vagrant
    • Octopus Deploy
    • AWS
    • Azure
    • Rancher
    • Packer
  • More
    • Interview Questions
      • Performance Testing Interview Questions
    • Programming Tutorials
      • JAVA
      • JAVA FX
      • Git
      • GitLab
      • GitHub
      • Algorithms
      • WireMock
      • Mockito
      • Logging
      • ESLint
    • Testing Tutorials
    • Agile Tutorials
    • Tools and Technologies
    • Security Testing Tutorials
    • Test Masters
    • Software Conferences

WebDriverIO

Custom Command for WebDriverIO Scripts – WDIO 104

October 13, 2022 by Canberk Akduygu

In this article, I will tell how to create a custom commands for WebDriverIO. Eventhough WebdriverIO provides many additional features on top of Selenium or Appium, sometimes we need custom commands to do some actions properly. Let’s go over the … Read more

Categories UI Automation, WebDriverIO

Integrate WebDriverIO Script with GitHub Actions – WDIO 103

October 5, 2022 by Canberk Akduygu

Hello, In our previous articles, we learned how to create a WebdriverIO Web automation project and explored the config files. Now we will integrate our script with GitHub Actions, so when we have a Pull Request in our project, automation … Read more

Categories WebDriverIO

Explore WebdriverIO Config Files – WDIO 102

October 5, 2022 by Canberk Akduygu

What are WDIO Script Configurations In our first article, we installed a few main dependencies you need to run and execute our WebDriverIO project. We even executed the dummy test file WebDriverIO created for us. WDIO created a template from … Read more

Categories WebDriverIO

Introduction to WebDriverIO – WDIO 101

September 16, 2022 by Canberk Akduygu

Introduction to WebDriverIO WebdriverIO is an automation framework built on top of Selenium and Appium to automate modern web and mobile applications. It simplifies the interaction with your app. It has many ready-to-use plugins that help create a more maintainable, … Read more

Categories WebDriverIO Tags automation

© 2025 SW TEST ACADEMY • All Rights Reserved