indentation
This commit is contained in:
@@ -225,8 +225,8 @@ The easiest way to develop new test is to use the codegen feature of Playwright:
|
|||||||
npx playwright codegen
|
npx playwright codegen
|
||||||
```
|
```
|
||||||
|
|
||||||
This will record your action and write the test code for you. Use the tool bar to test visibility, text content,
|
This will record your action and write the test code for you. Use the tool bar
|
||||||
clicking.
|
to test visibility, text content, clicking.
|
||||||
|
|
||||||
##### Investigate a failed test from the CI
|
##### Investigate a failed test from the CI
|
||||||
|
|
||||||
@@ -244,8 +244,8 @@ Unzip the report then use this command to open the report in your browser:
|
|||||||
npx playwright show-report ~/Downloads/playwright-report/
|
npx playwright show-report ~/Downloads/playwright-report/
|
||||||
```
|
```
|
||||||
|
|
||||||
Under the failed test there is a small icon looking like "3 columns" (next to test name file name),
|
Under the failed test there is a small icon looking like "3 columns" (next to
|
||||||
click on it to see the live screenshots/console output.
|
test name file name), click on it to see the live screenshots/console output.
|
||||||
|
|
||||||
### Test Coverage
|
### Test Coverage
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user