bhanford9 / SkillJourney

0 stars 0 forks source link

BUnit Unit Testing #3

Open bhanford9 opened 1 month ago

bhanford9 commented 1 month ago

After the UI Framework/Tools are finished being figure out (i.e., Tailwind), we can start writing View-layer unit tests. BUnit is a test framework built specifically for Blazor that allows you to do unit testing of the View's HTML and some behaviors that go on that you often are not able to unit test.

We want to get this framework setup and implement some examples of UI Unit Tests that others can follow while developing the application

Here is a pretty good video of the BUnit creator doing a presentation: