2.5.0
·
20 commits
to refs/heads/main
since this release
BC 🚨
These 2 step definitions were removed as it is no longer possible to enable/disable the test system within a test; tag a test with @email
instead:
Given I enable the test email system
Given I disable the test email system
What's new since 2.4.0
- Added a linter for Gherkin and updated test features. @AlexSkrypnyk (#271)
- Email Trait idempotency fixes. @NigelCunninghamRGA (#265)
- Simplified Email trait to be activated on
@email
tag only. @AlexSkrypnyk (#268) - Updated to
selenium/standalone-chromium:129.0
. @AlexSkrypnyk (#267) - chore(deps): update all dependencies @renovate (#264)
- Fixed coding standards. @AlexSkrypnyk (#266)
- chore(deps): update all dependencies to v24.8.0 @renovate (#263)
- Updated
ElementTrait
: Adding new an assert element with wildcard pattern exists. @tannguyen04 (#260) - Added
MetaTagTrait
@tannguyen04 (#261) - Added support for colour field @tannguyen04 (#258)
- Fixed deleting non existing menu items throwing errors. @tannguyen04 (#259)
- Added
UserTrait: set last access time
@tannguyen04 (#256) - Added steps:
scroll to element
andcheck element at the top of page
. @tannguyen04 (#257) - Added a list of step definitions to README.md @tannguyen04 (#255)
- Increase test coverage part 2 @tannguyen04 (#248)
- Increased test coverage. @tannguyen04 (#246)
- Added support to specify relative time in seconds in
DateTrait
. @tannguyen04 (#241)
Full Changelog: 2.4.0...2.5.0
@AlexSkrypnyk, @NigelCunninghamRGA, @renovate, @renovate[bot] and @tannguyen04