@elliemae/smoked-suite 26.2.17 → 26.2.19

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.
@@ -35,10 +35,10 @@ var path = __toESM(require("path"), 1);
35
35
  var import_test = require("@playwright/test");
36
36
  var import_global_setup = require("../global-setup/index.js");
37
37
  var import_monocartCoverage = require("../monocartCoverage/index.js");
38
- const DEFAULT_ACTION_TIMEOUT = 3e4;
39
- const DEFAULT_NAVIGATION_TIMEOUT = 45e3;
38
+ const DEFAULT_ACTION_TIMEOUT = 6e4;
39
+ const DEFAULT_NAVIGATION_TIMEOUT = 6e4;
40
40
  const DEFAULT_TEST_TIMEOUT = 12e4;
41
- const DEFAULT_EXPECT_TIMEOUT = 3e4;
41
+ const DEFAULT_EXPECT_TIMEOUT = 6e4;
42
42
  const FAST_MODE_USE = {
43
43
  trace: "off",
44
44
  screenshot: "off",
@@ -52,7 +52,7 @@ const DEFAULT_USE = {
52
52
  const CI_CONFIG = {
53
53
  workers: "100%",
54
54
  forbidOnly: true,
55
- retries: 2,
55
+ retries: 3,
56
56
  reporter: [
57
57
  ["list"],
58
58
  ["junit", { outputFile: "playwright-report/junit.xml" }]
@@ -61,7 +61,7 @@ const CI_CONFIG = {
61
61
  const LOCAL_CONFIG = {
62
62
  workers: "50%",
63
63
  forbidOnly: false,
64
- retries: 0,
64
+ retries: 2,
65
65
  reporter: [
66
66
  ["html", { outputFolder: "playwright-report" }],
67
67
  ["list"]
@@ -8,10 +8,10 @@ import {
8
8
  buildCoverageReporters,
9
9
  configureCoverage
10
10
  } from "../monocartCoverage/index.js";
11
- const DEFAULT_ACTION_TIMEOUT = 3e4;
12
- const DEFAULT_NAVIGATION_TIMEOUT = 45e3;
11
+ const DEFAULT_ACTION_TIMEOUT = 6e4;
12
+ const DEFAULT_NAVIGATION_TIMEOUT = 6e4;
13
13
  const DEFAULT_TEST_TIMEOUT = 12e4;
14
- const DEFAULT_EXPECT_TIMEOUT = 3e4;
14
+ const DEFAULT_EXPECT_TIMEOUT = 6e4;
15
15
  const FAST_MODE_USE = {
16
16
  trace: "off",
17
17
  screenshot: "off",
@@ -25,7 +25,7 @@ const DEFAULT_USE = {
25
25
  const CI_CONFIG = {
26
26
  workers: "100%",
27
27
  forbidOnly: true,
28
- retries: 2,
28
+ retries: 3,
29
29
  reporter: [
30
30
  ["list"],
31
31
  ["junit", { outputFile: "playwright-report/junit.xml" }]
@@ -34,7 +34,7 @@ const CI_CONFIG = {
34
34
  const LOCAL_CONFIG = {
35
35
  workers: "50%",
36
36
  forbidOnly: false,
37
- retries: 0,
37
+ retries: 2,
38
38
  reporter: [
39
39
  ["html", { outputFolder: "playwright-report" }],
40
40
  ["list"]