Skip to content

Releases: ArnaudBuchholz/ui5-test-runner

4.3.0

07 Mar 13:38
Compare
Choose a tag to compare

What's Changed

  • New option --preload to preload UI5 libraries in legacy mode
  • Fix output to avoid flickering

Full Changelog: 4.2.1...4.3.0

4.2.1

27 Feb 13:29
Compare
Choose a tag to compare

What's Changed

  • New option --page-close-timeout to adds a small delay before closing the browser on done callback (some QUnit tests are loaded asynchronously and triggers testStart right after). Defaulted to 250ms

Full Changelog: 4.2.0...4.2.1

4.2.0

26 Feb 14:59
Compare
Choose a tag to compare

What's Changed

  • New option --alternate-npm-path

Full Changelog: 4.1.1...4.2.0

4.1.1

24 Feb 04:58
Compare
Choose a tag to compare

What's Changed

  • Fixed an issue with UI5 object deserialization
  • Prevent error cascading on QUnit hooks

Full Changelog: 4.1.0...4.1.1

4.1.0

19 Feb 18:13
Compare
Choose a tag to compare

What's Changed

  • Improve handling of loose qunit (when started before the tests are loaded)
  • Progress monitoring now reconnects when the server becomes available
  • Scripts are injected through SAPUI5 resources and through browser evaluation (when UI5 resources are using CDN)
  • Regular updates are generated in non interactive output (CI/CD)
  • Map local sources for remote coverage if found below webapp
  • Document how to demo main features

Full Changelog: 4.0.0...4.1.0

4.0.0

08 Feb 15:54
8746cee
Compare
Choose a tag to compare

What's Changed

  • Puppeteer HTTP Authentification by @rajxsingh in #71
  • Options :
    • duplicate shortcut removed (-pp)
    • URL parameters are supported for --testsuite
  • Improved capabilities testing to assess screenshot does not steal focus

New Contributors

Breaking Change

  • Dropping support of Node.js 16

Full Changelog: 3.3.5...4.0.0

3.3.5

08 Oct 19:46
Compare
Choose a tag to compare

What's Changed

  • Fix : playwright --visible option now working
  • Feature : supports QUnit tests starting before the tests are declared (can be blocked with --qunit-strict)
  • Fix : repair code coverage when combining --url and legacy mode
  • Tests : JS and TS samples are now tested to ensure nothing gets broken
  • Documentation : various improvements

Full Changelog: 3.3.4...3.3.5

3.3.4

02 Oct 14:38
Compare
Choose a tag to compare

What's Changed

  • Fix : checking files locally before downloading them for code coverage #64

Full Changelog: 3.3.3...3.3.4

3.3.3

28 Sep 11:13
Compare
Choose a tag to compare

What's Changed

  • Feature : improve documentation and coverage proxy feature

Full Changelog: 3.3.2...3.3.3

3.3.2

25 Sep 04:38
Compare
Choose a tag to compare

What's Changed

  • Fix: timed out page are reported as errors
  • Fix #61 : text report width adjusted to console width
  • Fix #62 : text report generation error
  • Feature : include coverage report in text output, also check for coverage percentage

Full Changelog: 3.3.1...3.3.2