Skip to content

uk-gov-mirror/SkillsFundingAgency.dfc-servicetaxonomy-tests

 
 

Repository files navigation

dfc-servicetaxonomy-tests

Introduction

Test suite for regression test of Service Taxonomy Editor

Local config

Create local config file: appsettings.local.json

Event Store and SQL Server checks can be disabled for locally hosted

{
  "Config": {
    "CaptureScreenshots": "false",
    "Environment": "local"
  },
  "TaxonomyApi": {
    "BaseUrl": "###########################",
    "SubscriptionKey": "###########################"
  },
  "ContentApi": {
    "BaseUrl": "###########################",
    "BaseUrlDraft": "###########################",
    "SubscriptionKey": "###########################"
  },
  "JobProfileApi": {
    "BaseUrl": "###########################",
    "SubscriptionKey": "###########################"
  },
  "EscoApi": {
    "BaseUrl": "http://ec.europa.eu/esco/api"
  },
  "Neo4J": {
    "GraphName": "###########################",
    "GraphNameDraft": "###########################",
    "Url": "###########################",
    "UrlDraft": "###########################",
    "Url1": "",
    "UrlDraft1": "",
    "Uid": "###########################",
    "Password": "###########################",
    "UidDraft": "###########################",
    "PasswordDraft": "###########################"

  },
  "Editor": {
    "BaseUrl": "###########################",
    "Uid": "###########################",
    "Password": "###########################"
  },
  "SqlServer": {
    "ChecksEnabled": "true",
    "ConnectionString": "###########################"
  },
  "EventStore": {
    "CheckEvents": "true",
    "BaseUrl": "###########################",
    "Key": "###########################"
  },
  "EventGrid": {
    "PublishEvents": "true",
    "ContentType": "*",
    "TopicEndpoint": "###########################",
    "AegSasKey": "###########################"
  }
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 61.4%
  • Gherkin 38.6%