CluedIn External Search for AustralianBusinessRegister Enricher.
This repository contains the code and associated tests for enriching with images based of Entities and Clues that have set a value for a vocabulary.
To use the AustralianBusinessRegister
External Search with the CluedIn
server you will have to add the CluedIn.Enricher.AustralianBusinessRegister nuget package to your environment.
A mocked environment is required to run integration
and acceptance
tests. The mocked environment can be built and run using the following Docker command:
docker-compose up --build -d
Use the following commands to run all Unit
and Integration
tests within the repository:
dotnet test .\ExternalSearch.GoogleImages.sln --filter Unit
dotnet test .\ExternalSearch.GoogleImages.sln --filter Integration
To run Pester acceptance
tests
invoke-pester
To review the WireMock HTTP proxy logs
docker-compose logs wiremock