Releases: quantori/Behavioral.Automation
Releases · quantori/Behavioral.Automation
Added [BeforeStep] Hook for automatic PageContext switch
Merge pull request #87 from quantori/BAP-89-added-auto-page-context-switch
BAP-99 Allow Behaviour.Automation to automatically switch PageContext
Basically it would allow to get rid of "user is redirected to {PageName} page" steps
Added contain check for multiple dropdown values
Merge pull request #85 from quantori/BAP-69-dropdown-multiple-contain BAP-69 Added dropdown binding with multiple contain check
Changed default logs to NUnit ones to work correctly with parallel execution
Pre-release
Merge pull request #84 from quantori/switch-logs-to-nunit Removed custom made logs to use NUnit ones
Refactored assertions for dropdown checks
Merge pull request #82 from quantori/dropdown-checks-refactoring Refactored dropdown bindings to use our implementation of FluentAssertions
Fixed dropdown bindings. Added more scenarios to demo project
Merge pull request #80 from quantori/fixing-minor-issues Various changes and fixes
Expand environment variables for BROWSER_BINARY_LOCATION config
Replaces the name of each environment variable embedded in the specified string with the string equivalent of the value of the variable, then returns the resulting string.
Ability to run tests in parallel
The Driver in BrowserRunner is not static anymore and can be used by context injection. Context injection helps to safely run tests in parallel.