Releases: ArnaudBuchholz/ui5-test-runner
Releases · ArnaudBuchholz/ui5-test-runner
3.3.1
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
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
- @marianfoo made their first contribution in #54
Full Changelog: 3.2.0...3.3.0
3.2.0
- Adds playwright support, including video recording and HAR generation
Full Changelog: 3.1.1...3.2.0
3.1.1
- Associates URL to folder name in the output
Full Changelog: 3.1.0...3.1.1
3.1.0
- 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
-
Added
-fast-opa-fail
-
Dropping support of Node.js 14
-
Full Changelog: 2.0.5...3.0.0-2
2.0.5
- 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
- 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
- Fix
junit-xml-report
generation for failures without source
Full Changelog: 2.0.2...2.0.3
2.0.2
- Fix #43 Report not generated
Full Changelog: 2.0.1...2.0.2