diff --git a/playwright/README.md b/playwright/README.md index cf4849b0db..4ac762738a 100644 --- a/playwright/README.md +++ b/playwright/README.md @@ -22,18 +22,16 @@ }); ``` -```` - Group of tests. ```ts test.describe('Name group tests', () => { - test('1', ...); - test('2', ...); - ... - test('10', ...) + test('1', ...); + test('2', ...); + ... + test('10', ...) }); -```` +``` 4. Run tests @@ -53,16 +51,16 @@ test.describe('Name group tests', () => { 5. Update screenshots if needed ```shell - npm run playwright:update +npm run playwright:update ``` Or ```shell - npm run playwright:docker:update +npm run playwright:docker:update ``` -7.In the folder `__snapshots__`, which is on the same level as the `__tests__` folder, the folder `.visual.test.tsx-snapshots`, will contain screenshots +6.In the folder `__snapshots__`, which is on the same level as the `__tests__` folder, the folder `.visual.test.tsx-snapshots`, will contain screenshots ## Description of possible commands: