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