@tramvai/test-integration 2.56.2 → 2.59.0

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -47,9 +47,9 @@ it('main page HTML snapshot', async () => {
47
47
  });
48
48
  ```
49
49
 
50
- ### Testing app in browser with the `puppeteer`
50
+ ### Testing app in browser with the `playwright`
51
51
 
52
- You may use another library [@tramvai/test-puppeteer](references/tramvai/test/puppeteer.md) to implement testing in the browser.
52
+ You may use another library [@tramvai/test-pw](references/tramvai/test/playwright.md) to implement testing in the browser.
53
53
 
54
54
  ### Usage of `@tinkoff/mocker` in tests
55
55
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/test-integration",
3
- "version": "2.56.2",
3
+ "version": "2.59.0",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -21,15 +21,15 @@
21
21
  "@types/wait-on": "^5.2.0"
22
22
  },
23
23
  "dependencies": {
24
- "@tinkoff/mocker": "2.1.2",
25
- "@tramvai/test-helpers": "2.56.2",
24
+ "@tinkoff/mocker": "2.1.3",
25
+ "@tramvai/test-helpers": "2.59.0",
26
26
  "env-ci": "^5.0.2",
27
27
  "utility-types": "^3.10.0",
28
28
  "wait-on": "^5.3.0"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "@tinkoff/utils": "^2.1.2",
32
- "@tramvai/cli": "2.56.2",
32
+ "@tramvai/cli": "2.59.0",
33
33
  "tslib": "^2.4.0"
34
34
  },
35
35
  "license": "Apache-2.0",