Skip to content

v1.0.45

Compare
Choose a tag to compare
@YamStranger YamStranger released this 18 Feb 16:44
· 4768 commits to main since this release

Pull requests:

  • #43 Fix problem with uploading file on Windows. (@Tyson1986)
  • #42 ensure unused threads are terminated and removed from executor pool (@sarinderv)

Commits:

  • 2ec6dd2 ensure unused threads are terminated and removed from executor pool

  • 42884b1 Don't display the browser icon for non-web tests. (@wakaleo)

    Distinguish among Serenity Web Tests (Selenium) and Serenity Non-Web Test (#41)

  • 4e17cef Added the 'feature.file.language' to support I18N feature files (@wakaleo)

    Narrative text can now be read from non-English feature files, by setting the 'feature.file.language' system property.

  • 7586862 Support for PhantomJS 1.2.1 (@wakaleo)

  • 7848aaa Refactoring and improving the unit tests. (@wakaleo)

  • c165910 feat: added the possiblity to wait for a CSS or XPath expression from a chained expression. (@wakaleo)

  • d054c41 Fixed issue with uploading files from the Windows file system. (@wakaleo)

  • daacd77 feat: Custom build properties are reported in a more human-readable way in the build info screen. (@wakaleo)

  • e7ae87e Fix problem with uploading file on Windows. Changed creation of file path (if file in classpath) (@Tyson1986)