Skip to content

Releases: gwen-interpreter/gwen-web

4.12.4

07 Jul 00:21
Compare
Choose a tag to compare
  • 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

01 Jul 06:25
Compare
Choose a tag to compare
  • Update Gwen core from v4.9.2 to v4.9.3
    • Undo deprecation of meta level initialisation scenarios

4.12.2

01 Jul 02:43
Compare
Choose a tag to compare
  • 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

30 Jun 12:48
Compare
Choose a tag to compare
  • 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

26 Jun 04:29
Compare
Choose a tag to compare
  • 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

25 Jun 03:06
Compare
Choose a tag to compare
  • Update Gwen core from v4.8.1 to v4.8.2
    • Handle error message overrides at StepException level

4.11.1

24 Jun 10:09
Compare
Choose a tag to compare
  • 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

18 Jun 03:19
Compare
Choose a tag to compare
  • 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

13 Jun 01:27
Compare
Choose a tag to compare
  • Resolve element again and retry highlighting if it goes stale at that point

4.10.2

05 Jun 10:16
Compare
Choose a tag to compare
  • Honor timeout overrides on assertions