Skip to content

Commit 4cb26ec

Browse files
committed
docs: add command to show Playwright report in README
1 parent 0e1c3fc commit 4cb26ec

File tree

24 files changed

+43
-26
lines changed

24 files changed

+43
-26
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gravity-ui/blog-constructor",
3-
"version": "7.2.0",
3+
"version": "8.0.0-alpha.6",
44
"description": "Gravity UI Blog Constructor",
55
"license": "MIT",
66
"type": "commonjs",
@@ -87,7 +87,7 @@
8787
},
8888
"peerDependencies": {
8989
"@diplodoc/transform": "^4.10.7",
90-
"@gravity-ui/page-constructor": "^7.0.0-alpha.1",
90+
"@gravity-ui/page-constructor": "^7.0.0-beta.0",
9191
"@gravity-ui/uikit": "^7.1.1",
9292
"react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
9393
},
@@ -98,7 +98,7 @@
9898
"@commitlint/config-conventional": "^17.4.3",
9999
"@diplodoc/transform": "^4.10.8",
100100
"@gravity-ui/eslint-config": "^3.2.0",
101-
"@gravity-ui/page-constructor": "^7.0.0-alpha.1",
101+
"@gravity-ui/page-constructor": "^7.0.0-beta.0",
102102
"@gravity-ui/prettier-config": "^1.1.0",
103103
"@gravity-ui/stylelint-config": "^4.0.1",
104104
"@gravity-ui/tsconfig": "^1.0.0",

playwright/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,4 @@
136136
- `npm run playwright:docker` - run tests using docker
137137
- `npm run playwright:docker:update` - update screenshots using docker
138138
- `npm run playwright:docker:clear-cache` - clear node_modules cache for docker container and clear cache vite
139+
- `npx playwright show-report ./playwright-report-docker` - show report

playwright/playwright/index.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
@import '../../styles/storybook/index.scss';
33
@import '@gravity-ui/uikit/styles/styles.scss';
44
@import '../../styles/root.scss';
5+
@import '../../styles/yfm.scss';
6+
@import '../../styles/fonts.scss';

0 commit comments

Comments
 (0)