CluedIn crawler for Powerwater.
This repository contains the code and associated tests for the Powerwater crawler.
Load Crawling.Powerwater.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