@tramvai/test-pw 5.40.0 → 5.41.2

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.
@@ -26,6 +26,7 @@ const startAppFixture = [
26
26
  await app.close();
27
27
  }
28
28
  catch (error) {
29
+ // eslint-disable-next-line no-console
29
30
  console.error(`startApp fixture failed:`, error);
30
31
  await app?.close();
31
32
  throw error;
@@ -35,6 +35,7 @@ const startAppFixture = [
35
35
  await app.close();
36
36
  }
37
37
  catch (error) {
38
+ // eslint-disable-next-line no-console
38
39
  console.error(`startApp fixture failed:`, error);
39
40
  await app?.close();
40
41
  throw error;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/test-pw",
3
- "version": "5.40.0",
3
+ "version": "5.41.2",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -18,8 +18,8 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@tinkoff/utils": "^2.1.2",
21
- "@tramvai/test-integration": "5.40.0",
22
- "@tramvai/tokens-router": "5.40.0",
21
+ "@tramvai/test-integration": "5.41.2",
22
+ "@tramvai/tokens-router": "5.41.2",
23
23
  "console-with-style": "^1.1.0",
24
24
  "get-port": "^5.1.1",
25
25
  "supports-color": "8.1.1",
@@ -35,7 +35,7 @@
35
35
  "@types/supports-color": "^8.1.1",
36
36
  "@types/env-ci": "^3.1.0",
37
37
  "@types/wait-on": "^5.2.0",
38
- "@tramvai/cli": "5.40.0",
38
+ "@tramvai/cli": "5.41.2",
39
39
  "@playwright/test": "1.29.0",
40
40
  "playwright-core": "1.29.0"
41
41
  },