DEV Community

Cover image for Github Actions for Seleniod Test Scripts
Madhan
Madhan

Posted on

Github Actions for Seleniod Test Scripts

My Workflow

In this article, we are going to see how to automate a web application using WebdriverIO. Leveraging the cross-browser power of Selenoid, by running it on the GitHub Actions and publishing the test results to GitHub pages.

Submission Category:

Wacky Wildcards

Yaml File or Link to Code

GitHub logo madhank93 / wdio-ts-github-actions

Boilerplate for running selenoid & wdio based test scripts using github actions




Additional Resources / Info

[1] https://docs.github.com/en/actions
[2] Originally published on Testvagrant medium

Top comments (0)