diff --git a/Behavioral.Automation.DemoBindings/AutomationConfig.json b/Behavioral.Automation.DemoBindings/AutomationConfig.json index 4775c9e4..21b06b58 100644 --- a/Behavioral.Automation.DemoBindings/AutomationConfig.json +++ b/Behavioral.Automation.DemoBindings/AutomationConfig.json @@ -1,14 +1,12 @@ { "BASE_URL": "http://localhost:4200/", - "TEST_EMAIL": "", - "TEST_PASSWORD": "", "BROWSER_PARAMS": "--window-size=1920,1080", "ACCESS_CLIPBOARD": false, "DOWNLOAD_PATH": "", "SEARCH_ATTRIBUTE": "data-automation-id", "BAUTH_URL": "", "BAUTH_LOGIN": "", - "BAUTH_PWD": "", + "BAUTH_PASSWORD": "", "BAUTH_IGNORE": "true", "BROWSER_BINARY_LOCATION" : "" } \ No newline at end of file diff --git a/Behavioral.Automation.DemoBindings/Behavioral.Automation.DemoBindings.csproj b/Behavioral.Automation.DemoBindings/Behavioral.Automation.DemoBindings.csproj index 09949614..ed66ce1d 100644 --- a/Behavioral.Automation.DemoBindings/Behavioral.Automation.DemoBindings.csproj +++ b/Behavioral.Automation.DemoBindings/Behavioral.Automation.DemoBindings.csproj @@ -11,7 +11,7 @@ - + diff --git a/Behavioral.Automation.DemoScenarios/Behavioral.Automation.DemoScenarios.csproj b/Behavioral.Automation.DemoScenarios/Behavioral.Automation.DemoScenarios.csproj index 792322bf..b22fa4eb 100644 --- a/Behavioral.Automation.DemoScenarios/Behavioral.Automation.DemoScenarios.csproj +++ b/Behavioral.Automation.DemoScenarios/Behavioral.Automation.DemoScenarios.csproj @@ -9,12 +9,12 @@ - + - - - - + + + + diff --git a/Behavioral.Automation.Template/Behavioral.Automation.Template.Bindings/AutomationConfig.json b/Behavioral.Automation.Template/Behavioral.Automation.Template.Bindings/AutomationConfig.json index e2d76509..b3685728 100644 --- a/Behavioral.Automation.Template/Behavioral.Automation.Template.Bindings/AutomationConfig.json +++ b/Behavioral.Automation.Template/Behavioral.Automation.Template.Bindings/AutomationConfig.json @@ -1,14 +1,12 @@ { "BASE_URL": "http://localhost:4200/", - "TEST_EMAIL": "", - "TEST_PASSWORD": "", - "BASE_AUTH_URL": "", "BROWSER_PARAMS": "--window-size=1920,1080", "ACCESS_CLIPBOARD": false, "DOWNLOAD_PATH": "", "SEARCH_ATTRIBUTE": "id", + "BAUTH_URL": "", "BAUTH_LOGIN": "", - "BAUTH_PWD": "", + "BAUTH_PASSWORD": "", "BAUTH_IGNORE": "true", "BROWSER_BINARY_LOCATION" : "" } \ No newline at end of file diff --git a/Behavioral.Automation.Template/Behavioral.Automation.Template.Scenarios/Behavioral.Automation.Template.Scenarios.csproj b/Behavioral.Automation.Template/Behavioral.Automation.Template.Scenarios/Behavioral.Automation.Template.Scenarios.csproj index be043f26..8febb387 100644 --- a/Behavioral.Automation.Template/Behavioral.Automation.Template.Scenarios/Behavioral.Automation.Template.Scenarios.csproj +++ b/Behavioral.Automation.Template/Behavioral.Automation.Template.Scenarios/Behavioral.Automation.Template.Scenarios.csproj @@ -9,11 +9,11 @@ - - - - - + + + + + diff --git a/Behavioral.Automation.sln b/Behavioral.Automation.sln index de505eb8..5b8fa910 100644 --- a/Behavioral.Automation.sln +++ b/Behavioral.Automation.sln @@ -46,9 +46,6 @@ Global EndGlobalSection GlobalSection(NestedProjects) = preSolution {054B7FBC-190D-43FA-B6D6-13A2BA7CB92D} = {BB7AC02C-03FD-4F17-B4A9-CDECC1A63DA5} - {C7AF5750-75A5-4E8D-80FA-FB54914B0B17} = {BB7AC02C-03FD-4F17-B4A9-CDECC1A63DA5} - {4DD5E62E-E447-419D-82BF-C918F08091BD} = {BB7AC02C-03FD-4F17-B4A9-CDECC1A63DA5} - {E9DD80F4-5499-4BEA-A385-D77F162AC5C5} = {BB7AC02C-03FD-4F17-B4A9-CDECC1A63DA5} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {724FD185-E1F2-44BD-89EA-DFD1DBF6453A} diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ba88339..439b0139 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,5 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -[1.9.0] - 2022-04-22 -- Added FindSubElement method to IWebElementWrapper \ No newline at end of file +[1.9.1] - 2022-04-28 +- Fixed fields in config files +- Upgraded package versions +- Moved Demo projects from tests folder \ No newline at end of file diff --git a/src/Behavioral.Automation.UnitTests/Behavioral.Automation.UnitTests.csproj b/src/Behavioral.Automation.UnitTests/Behavioral.Automation.UnitTests.csproj index 2569eb12..45f4de01 100644 --- a/src/Behavioral.Automation.UnitTests/Behavioral.Automation.UnitTests.csproj +++ b/src/Behavioral.Automation.UnitTests/Behavioral.Automation.UnitTests.csproj @@ -7,10 +7,10 @@ - - - - + + + + diff --git a/src/Behavioral.Automation/Behavioral.Automation.csproj b/src/Behavioral.Automation/Behavioral.Automation.csproj index 2115426b..34c68688 100644 --- a/src/Behavioral.Automation/Behavioral.Automation.csproj +++ b/src/Behavioral.Automation/Behavioral.Automation.csproj @@ -16,7 +16,7 @@ The whole automation code is divided into the following parts: - UI structure descriptive code - Supportive code Quantori Inc. - 1.9.0 + 1.9.1 https://github.com/quantori/Behavioral.Automation true true @@ -25,20 +25,20 @@ The whole automation code is divided into the following parts: - - - + + + - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - +