loranallensmith / Dragonfly.Umbraco10.SiteTester

Tools to test pages in an Umbraco 10 website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dragonfly Umbraco 10 SiteTester

Tools to test pages in an Umbraco 10 website created by Heather Floyd.

Dragonfly Website Umbraco Marketplace Nuget Downloads GitHub

Versions

This package is designed to work with Umbraco 10-12. View all available versions.

Installation

Nuget Downloads

PM>   Install-Package Dragonfly.Umbraco10.SiteTester


dotnet add package Dragonfly.Umbraco10.SiteTester

You need to add a section to the top-level of your appSettings. You can copy it from here.

Features

  • Loops through all your Content nodes, attempting to "view" the page via HTTP, compiles a list of all results for display
  • Checks for "on-page" errors as well as 500 errors.
  • "On-page" error strings are fully customizable
  • Stores test results in JSON files for later review

Usage

After NuGet installation and appSettings config, make sure you are logged-in as a User in the Umbraco back-office, and visit the Url: http://YOURSITE.COM/umbraco/backoffice/Dragonfly/SiteTester/Start

Or look for the 'Site Tester' dashboard in the Content section.

NOTE: Testing all nodes can take awhile, especially for large sites.

About

Tools to test pages in an Umbraco 10 website

License:MIT License


Languages

Language:C# 67.1%Language:HTML 32.6%Language:CSS 0.3%