Skip to content

Demos used in the presentation on Design Patterns for Testing

Notifications You must be signed in to change notification settings

NimblePros/NimblePizzaDemo

Repository files navigation

Nimble Pizza Demo

This demo is used for showing how to work with the following patterns in testing:

  • Factory
  • Object Mother
  • Builder
  • Page Object

Running the scripts

Both the Batch script and the Shell script take the following approach:

  1. Run the Blazor website as a background process using the https launch profile.
  2. Run the tests - including the Playwright tests.

Before you can run either of those scripts successfully, you may need to install Playwright.

Run the scripts and read the failure message as it gives the instructions on how to install Playwright for your environment.

Running dotnet run as a background process from the batch script

The batch script uses DotnetBackground to run the website as a background process.

About

Demos used in the presentation on Design Patterns for Testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published