ui5-test-runner 5.4.2 → 5.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui5-test-runner",
3
- "version": "5.4.2",
3
+ "version": "5.4.3",
4
4
  "description": "Standalone test runner for UI5",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -55,7 +55,7 @@
55
55
  "@ui5/middleware-code-coverage": "^2.0.1",
56
56
  "dotenv": "^16.4.7",
57
57
  "jest": "^29.7.0",
58
- "nock": "^13.5.6",
58
+ "nock": "^14.0.0",
59
59
  "nyc": "^17.1.0",
60
60
  "rimraf": "^6.0.1",
61
61
  "standard": "^17.1.2",
@@ -152,6 +152,7 @@ module.exports = ({
152
152
 
153
153
  options.chromeArgs = function () {
154
154
  const args = [
155
+ 'true', // Not sure why but this changes the behavior of the browser
155
156
  '--start-maximized',
156
157
  '--no-sandbox',
157
158
  '--disable-gpu',