From 7de78864538bc408d84a5c09d611bc3683341b37 Mon Sep 17 00:00:00 2001 From: fkwp Date: Tue, 25 Mar 2025 17:07:58 +0100 Subject: [PATCH] indentation --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7aee7597..f873ee24 100644 --- a/README.md +++ b/README.md @@ -225,8 +225,8 @@ The easiest way to develop new test is to use the codegen feature of Playwright: npx playwright codegen ``` -This will record your action and write the test code for you. Use the tool bar to test visibility, text content, -clicking. +This will record your action and write the test code for you. Use the tool bar +to test visibility, text content, clicking. ##### 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/ ``` -Under the failed test there is a small icon looking like "3 columns" (next to test name file name), -click on it to see the live screenshots/console output. +Under the failed test there is a small icon looking like "3 columns" (next to +test name file name), click on it to see the live screenshots/console output. ### Test Coverage