jasontaylordev / CleanArchitecture

Clean Architecture Solution Template for ASP.NET Core
MIT License
16.85k stars 3.62k forks source link

Feature Request: Please add an E2E Test project #498

Closed litan1106 closed 2 years ago

litan1106 commented 2 years ago

Feature Request:

Please add an E2E Test project in addition to the Unit Test and Integration Test.

jasontaylordev commented 2 years ago

Created a new branch; https://github.com/jasontaylordev/CleanArchitecture/tree/acceptance-tests. It includes a sample E2E test using Playwright .NET. This is my first time using Playwright, it seems great. Learn more here; https://playwright.dev/dotnet/docs/intro.

What do you think?

jasontaylordev commented 2 years ago

Upgraded to use SpecFlow & Playwright. Now includes tests for login success and failure.