AgPipeline / issues-and-projects

Repository for issues and projects
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Identify web-browser testing tool for Atlana (DPP UI) to be used for GitHub actions #533

Closed Chris-Schnaufer closed 3 years ago

Chris-Schnaufer commented 3 years ago

Task to do Identify a UI testing tool that is compatible with GitHub actions for PRs and merges

Reason Testing the UI for PRs and merges helps detect errors

Result A tool has been identified that can be used for GitHub actions testing of the UI for PRs and merges

Chris-Schnaufer commented 3 years ago

It appears that Selenium can be used with GitHub actions. Selenium: https://www.selenium.dev/ Possible How To:https://ianwalter.dev/running-selenium-webdriver-tests-using-github-actions