Releases: ArnaudBuchholz/ui5-test-runner
Releases · ArnaudBuchholz/ui5-test-runner
4.3.0
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
What's Changed
- New option
--page-close-timeout
to adds a small delay before closing the browser ondone
callback (some QUnit tests are loaded asynchronously and triggerstestStart
right after). Defaulted to 250ms
Full Changelog: 4.2.0...4.2.1
4.2.0
4.1.1
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
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
What's Changed
- Puppeteer HTTP Authentification by @rajxsingh in #71
- Options :
- duplicate shortcut removed (
-pp
) - URL parameters are supported for
--testsuite
- duplicate shortcut removed (
- Improved capabilities testing to assess screenshot does not steal focus
New Contributors
- @rajxsingh made their first contribution in #71
Breaking Change
- Dropping support of Node.js 16
Full Changelog: 3.3.5...4.0.0
3.3.5
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
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
What's Changed
- Feature : improve documentation and coverage proxy feature
Full Changelog: 3.3.2...3.3.3
3.3.2
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