CluedIn crawler for Sample.
This repository contains the code and associated tests for the Sample crawler.
Load Crawling.Sample.sln in Visual Studio or your preferred development IDE.
To run all unit
and integration
tests
dotnet test --filter Unit
To run only integration
tests
dotnet test --filter Integration
To run Pester acceptance
tests
invoke-pester test\acceptance