@gravity-ui/page-constructor 5.1.0 → 5.2.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 (1) hide show
  1. package/package.json +10 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-ui/page-constructor",
3
- "version": "5.1.0",
3
+ "version": "5.2.0",
4
4
  "description": "Gravity UI Page Constructor",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -77,7 +77,13 @@
77
77
  "prepare": "husky install",
78
78
  "test": "jest",
79
79
  "test:coverage": "jest --coverage",
80
- "test:watch": "jest --watchAll"
80
+ "test:watch": "jest --watchAll",
81
+ "playwright": "playwright test --config=playwright/playwright.config.ts",
82
+ "playwright:update": "npm run playwright -- -u",
83
+ "playwright:docker": "./scripts/playwright-docker.sh 'npm run playwright'",
84
+ "playwright:docker:update": "./scripts/playwright-docker.sh 'npm run playwright:update'",
85
+ "playwright:docker:clear-cache": "./scripts/playwright-docker.sh clear-cache",
86
+ "playwright:install": "playwright install --with-deps"
81
87
  },
82
88
  "dependencies": {
83
89
  "@bem-react/classname": "^1.6.0",
@@ -123,6 +129,8 @@
123
129
  "@gravity-ui/stylelint-config": "^1.0.0",
124
130
  "@gravity-ui/tsconfig": "^1.0.0",
125
131
  "@gravity-ui/uikit": "^6.2.0",
132
+ "@playwright/experimental-ct-react": "^1.38.1",
133
+ "@playwright/test": "^1.38.1",
126
134
  "@storybook/addon-actions": "^7.6.17",
127
135
  "@storybook/addon-essentials": "^7.6.17",
128
136
  "@storybook/addon-knobs": "^7.0.2",