CluedIn.Crawling.Sample

CluedIn crawler for Sample.

Build Status

Overview

This repository contains the code and associated tests for the Sample crawler.

Working with the Code

Load Crawling.Sample.sln in Visual Studio or your preferred development IDE.

Running Tests

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

References

Tooling