Skip to content

Releases: quantori/Behavioral.Automation

Added [BeforeStep] Hook for automatic PageContext switch

01 Nov 11:48
4600590

Choose a tag to compare

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

27 Oct 09:06
7228f55

Choose a tag to compare

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

19 Oct 06:25
b473999

Choose a tag to compare

Merge pull request #84 from quantori/switch-logs-to-nunit

Removed custom made logs to use NUnit ones

Refactored assertions for dropdown checks

13 Oct 08:35
3c5adaa

Choose a tag to compare

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

29 Sep 10:30
b1afc04

Choose a tag to compare

Merge pull request #80 from quantori/fixing-minor-issues

Various changes and fixes

Expand environment variables for BROWSER_BINARY_LOCATION config

21 Sep 09:25
ade1637

Choose a tag to compare

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

20 Sep 12:43
7e57a0a

Choose a tag to compare

The Driver in BrowserRunner is not static anymore and can be used by context injection. Context injection helps to safely run tests in parallel.