IcuBlazor
Show / Hide Table of Contents

Quick Intro to IcuBlazor

Installation

IcuBlazor is comprised of a few Blazor libraries. Installation requires simply referencing the appropriate dlls and configuring Program.cs or Startup.cs. Click here for Easy Setup.

Unit Testing Components

Testing components comprise a large part of IcuBlazor. You can create a variety of tests from simple unit tests to text-diff tests to full-on end-to-end, UI-pixel-diff tests! The main components are:

  • <IcuTestViewer>
  • <IcuTestSuite>
  • <IcuTestDiv/>
  • UI Automation API
  • Command line support for CI/CD.

Development Components

IcuBlazor also comes with other dev components that are designed to make your life easier.

  • <ViewOf>
  • <ExceptionView>
  • <Debug>
  • And more to come...

Useful Tips and Tricks

See some interesting ways to use IcuBlazor.

Support

If you have any difficulties see the examples in IcuSamples.zip or contact IcuBlazor Support.

In This Article
Back to top Generated by DocFX