Skip to content

Releases: ArnaudBuchholz/ui5-test-runner

3.3.1

22 Sep 15:36
Compare
Choose a tag to compare

What's Changed

  • Disables puppeteer screenshot for Node.js version 16, see puppeteer issue
  • Fix #60 : UI5 mapping is disabled only if no-ui5 is used
  • Improve experimental coverage feature to prevent crash when instrumenting files in parallel
  • Fix unhandled file content to display the originating page

Full Changelog: 3.3.0...3.3.1

3.3.0

21 Sep 15:39
Compare
Choose a tag to compare

What's Changed

  • documentation: using mkdocs by @marianfoo in #54
  • fix: playwright initialization (#57)
  • feature: ability to extract coverage in URL mode improved (#56)
  • feature: reports show the test type (unit or OPA)
  • feature: text report provides failure details (#53)

New Contributors

Full Changelog: 3.2.0...3.3.0

3.2.0

06 Jun 11:49
Compare
Choose a tag to compare
  • Adds playwright support, including video recording and HAR generation

Full Changelog: 3.1.1...3.2.0

3.1.1

01 Jun 10:51
Compare
Choose a tag to compare
  • Associates URL to folder name in the output

Full Changelog: 3.1.0...3.1.1

3.1.0

30 May 03:19
Compare
Choose a tag to compare
  • Adds a link to download ui5-test-runner-job.json from the report
  • Enables code coverage with --url (code must first be instrumented with nyc)
  • Extract some settings from nyc.json

Full Changelog: 3.0.0...3.1.0

3.0.0

08 May 20:55
Compare
Choose a tag to compare
  • Added -fast-opa-fail

  • Dropping support of Node.js 14

  • Full Changelog: 2.0.5...3.0.0-2

2.0.5

14 Apr 18:46
Compare
Choose a tag to compare
  • Fix #45 : nyc issue
  • Fix #46 : screenshots are taken in case of test failure even if --no-screenshot is used. Now this screenshot appears in the report
  • Fix #47 : when the report is embedded in an iFrame through srcdoc, navigation was not working
  • Improve time logging in the output

Full Changelog: 2.0.4...2.0.5

2.0.4

05 Apr 18:41
Compare
Choose a tag to compare
  • Improve external packages detection (for instance: puppeteer) by using require before trying to load from the local or global npm path

Full Changelog: 2.0.3...2.0.4

2.0.3

30 Mar 13:20
Compare
Choose a tag to compare
  • Fix junit-xml-report generation for failures without source

Full Changelog: 2.0.2...2.0.3

2.0.2

28 Mar 19:16
Compare
Choose a tag to compare
  • Fix #43 Report not generated

Full Changelog: 2.0.1...2.0.2