Releases: quantori/Behavioral.Automation
1.11.0
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[1.11.0] - 2022-05-20
Added
- Added Assert.ShouldBecome() with ability to pass error message as a function
1.10.2
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[1.10.2] - 2022-05-16
Added
- Fixed NullReferenceException when using ComplexBindingBuilder in hooks
1.10.1
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[1.10.0] - 2022-05-16
Added
- Added cells representation to the ITableRowWrapper interface.
1.10.0
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[1.10.0] - 2022-05-16
Added
- Added cells representation to the ITableRowWrapper interface.
1.9.4
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[1.9.4] - 2022-05-13
Changed
- Improve "user opens relative URL" step
[1.9.3] - 2022-05-12
Changed
- Fix table rows count assertion message.
[1.9.2] - 2022-05-11
Added
- Added binding to check that table contains rows in exact order
1.9.3
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[1.9.3] - 2022-05-12
Changed
- Fix table rows count assertion message.
[1.9.2] - 2022-05-11
Added
- Added binding to check that table contains rows in exact order
1.9.2
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[1.9.2] - 2022-05-11
- Added binding to check that table contains rows in exact order
1.9.1
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[1.9.1] - 2022-04-28
- Fixed fields in config files
- Upgraded package versions
- Moved Demo projects from tests folder
1.9.0
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[1.9.0] - 2022-04-22
- Added FindSubElement method to IWebElementWrapper
1.8.7
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[1.8.7] - 2022-02-25
- Moved tooltip attribute to separate interface