@cloudscape-design/browser-test-tools 3.0.34 → 3.0.35

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.
@@ -32,6 +32,7 @@ const url_1 = require("url");
32
32
  const browser_creator_1 = __importDefault(require("./browser-creator"));
33
33
  const capabilities_1 = __importStar(require("./capabilities"));
34
34
  const localBrowsers = {
35
+ ...capabilities_1.default,
35
36
  ChromeHeadless: (0, capabilities_1.mergeCapabilities)(capabilities_1.default.ChromeHeadless, {
36
37
  'goog:chromeOptions': {
37
38
  // do not use retina screen when testing locally
@@ -1,3 +1,3 @@
1
1
  {
2
- "commit": "dea361fe931df6a0de3714f373da0dcc44dee7cb"
2
+ "commit": "699d79b2435311df20a20a86a1c1f510ae921927"
3
3
  }
package/package.json CHANGED
@@ -64,6 +64,6 @@
64
64
  "type": "git",
65
65
  "url": "git+https://github.com/cloudscape-design/browser-test-tools.git"
66
66
  },
67
- "version": "3.0.34",
67
+ "version": "3.0.35",
68
68
  "license": "Apache-2.0"
69
69
  }