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