Example using Selenium + C#

In this project, I have developed a test scenario using the combination of Selenium, SpecFlow, C#, Docker, and GitHub Actions. The purpose of this scenario is to automate the testing process, making it more efficient and reliable. By utilizing Selenium, I am able to simulate user interactions on a web application, while SpecFlow allows for writing test cases in a natural language format. The use of C# further enhances the functionality and flexibility of the tests. By incorporating Docker, the tests can be run in isolated and reproducible environments. Finally, with GitHub Actions, the scenario can be triggered automatically, and the resulting test report can be uploaded to the artifacts for further analysis. This integrated approach ensures a streamlined and effective testing workflow.

Find project here