Releases: gwen-interpreter/gwen-web
Releases · gwen-interpreter/gwen-web
4.12.4
- Update Gwen core from v4.9.3 to v4.9.4
- Add eager and lazy binding values as attachments to results and reports
4.12.3
- Update Gwen core from v4.9.2 to v4.9.3
- Undo deprecation of meta level initialisation scenarios
4.12.2
- Update selenium from v4.33.0 to v4.34.0
- Update Gwen core from v4.9.1 to v4.9.2
- Fix honoring of Message annotations for assertions only
4.12.1
- Fix bound value assertions
- Update Gwen core from v4.9.0 to v4.9.1
- Allow aggregated data columns in unique assertion DSLs
- Honor Message annotations for assertions only
- Deprecate meta level initialisation scenarios
- Users should make them StepDefs and call them were needed instead
4.12.0
- Update Gwen core from v4.8.2 to v4.9.0
- Add new DSLs for checking that input file data is unique
<name> should be unique in the "<filepath>" file
<name> should be unique in <filepathRef file>
4.11.2
- Update Gwen core from v4.8.1 to v4.8.2
- Handle error message overrides at StepException level
4.11.1
- Wait for elements to be enabled before attempting to interact
- Ignore element highlighting errors
- Update Gwen core from v4.8.0 to v4.8.1
- Allow Message annotation to be used on any step
- Refactor: decouple engine from step level annotation overrides
- Update dependencies
- Update scala from v3.6.4 to v3.7.1
- Update jline from v3.29.0 to v3.30.4
- Update jansi from v2.4.1 to v2.4.2
- Update jackson-databind from v2.18.3 to v2.19.1
- Update pdfbox from v3.0.4 to v3.0.5
4.11.0
- Add DSLs for working with alert/confirmation popups
I wait for the <alert|confirmation> popup
the <alert|confirmation> popup should[ not] be displayed
- Honor timeouts on browser and window count assertion steps
4.10.3
- Resolve element again and retry highlighting if it goes stale at that point
4.10.2
- Honor timeout overrides on assertions