@zohodesk/testinglibrary 0.2.2 → 0.2.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.
@@ -9,8 +9,6 @@ var _test = require("@playwright/test");
9
9
  var _path = _interopRequireDefault(require("path"));
10
10
  var _readConfigFile = require("../readConfigFile");
11
11
  var _configUtils = require("./config-utils");
12
- var _bddFramework = require("../../../bdd-framework");
13
- const defaultCIBrowsers = ['Chrome', 'Firefox', 'Edge', 'Safari'];
14
12
  const {
15
13
  browsers,
16
14
  trace,
@@ -27,9 +25,8 @@ const {
27
25
  stepDefinitionsFolder,
28
26
  testIdAttribute
29
27
  } = (0, _readConfigFile.generateConfigFromFile)();
30
- const browserList = process.env.mode === 'ci' ? defaultCIBrowsers : browsers;
31
28
  const projects = (0, _configUtils.getProjects)({
32
- browsers: browserList,
29
+ browsers,
33
30
  isAuthMode,
34
31
  authFilePath,
35
32
  expectTimeout,
@@ -51,7 +48,7 @@ const testOptions = (0, _configUtils.getTestUseOptions)({
51
48
  * Playwright configuration object
52
49
  *
53
50
  * @returns {import('@playwright/test').PlaywrightTestConfig}
54
- */
51
+ */
55
52
  function getPlaywrightConfig() {
56
53
  return {
57
54
  testDir,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/testinglibrary",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "scripts": {