Skip to content

BurhanH/automaton-v28

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

automaton-v28

Automation testing framework (UI) - an example. Based on C#, .Net8, MSTest, Playwright

GitHub Tests

Requirements

.Net8, Playwright,
MSTest

Project structure

-- automaton-v28
   `-- .github
       `-- workflows
           |-- dotnet-mstest.yml
   `-- MSTestPlaywright
       |-- GlobalUsing.cs
       |-- MSTestPlaywright.csproj
       |-- MSTestPlaywright.sln
       |-- PlaywrightTest.cs
   |-- .gitignore
   |-- LICENSE
   |-- README.md

Documentation and Distributives

  1. C#
  2. .Net
  3. MSTest
  4. Playwright
  5. GitHub Actions

Architecture

graph TD
    A[MSTest Runner] --> B(Test Scripts PlaywrightTest.cs);
    B --> C{Playwright Library};
    C --> D[Browser Chromium];
    D --> E(System Under Test playwright.dev);
Loading

This project uses MSTest as the test runner to execute test scripts written in C#. The test scripts leverage the Playwright library to automate browser interactions. Playwright, in turn, controls a browser instance (Chromium in this case) to interact with the system under test, which is the playwright.dev website.

About

Automation testing framework (UI) based on Playwright

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages