You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* repare a basic implementation of core functionality #1
Author: Alaksiej Mialeška <[email protected]>
* replace GetText() with property. make constants internal
* fix logging and settings resources. Add some tests
* Fix ConditionalWait and tests
* add general tests and some documentation. Enhanced Startup for flexibility
* fix review comments in LoggerConfiguration and Element
* removed internal access modifiers
* Set up CI with Azure Pipelines
[skip ci]
* Update azure-pipelines.yml for Azure Pipelines
* Update azure-pipelines.yml for Azure Pipelines
* fix webDriverVersion for tests
* fix WebDriverVersion dowloaded for tests at azure pipeline. closes#3
* Update azure-pipelines.yml for Azure Pipelines
* fix webDriverVersion
* fix yml file
* Add tests for WinAppDriver and ElementFactory to resolve#5. Related to #6.
Corrected Element's public interface
* Update azure-pipelines.yml for Azure Pipelines
use WinAppDriver task
* Update azure-pipelines.yml for Azure Pipelines
* replace calc application
* Fixed ElementFactoryTests for new application
* Feature/abstract application manager (#8)
* Extract abstract ApplicationManager from WIndowsApp/ApplicationManager
* reworked ApplicationManager for chrome app tests
* Enhanced abstract ApplicationManager, add ability to provide custom dependencies.
Create tests to ensure that ApplicationManager could have custom dependencies registered in container.
* #11 added tests to check overriden settings
* #15 added test for ovveriding config with env vars
* #15 added fix for Azure
* #15 added possibility to get Dictionary from JsonFile with overriden values with Env variables
* #15 renamed some method
* #15 removed Parallelizable for EnvConfigurationTests
removed throw exception in IsValuePresent
* #15 added debug test
* #15 removed debug test
* #15 added string.Empty
0 commit comments