Skip to content

AliceVC/YonTech.Fat

 
 

Repository files navigation

Under construction

#Welcome to Yontech Fat Framework

#Getting started

  • Prerequisites
  • [Create new project]
  • [Project folder structure guideline]
  • [User Guide]

Project folder structure guideline

├── Runtime
│   └── MyWebSiteTestsCollection.cs
│   └── MyWebSiteTestContext.cs
│   └── MyWebSiteBaseTests.cs
├── Config
│   └── PageURLS.cs
├── Pages
│   └── HomePage.cs
│   └── LoginPage.cs
│   └── RegisterPage.cs
│   └── ShoppingCardPage.cs
├── Flows
│   └── ShoppingCardFlows.cs
├── LoginPageTests.cs
├── RegisterPageTests.cs
├── ShoppingCardPageTests.cs
├── CheckoutTests.cs
└── appsettings.config

User Guide

Topics:

  • [Adding a page definition]
  • [Adding tests]
  • [Adding test flows]
  • [Adding busy conditions]
  • [Create new busy condition]
  • [Adding plugins]
  • [Create custom components]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%