Skip to content

Commit 7b95eb4

Browse files
committed
visual comparision
1 parent 92915b1 commit 7b95eb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ npm install
9898
## Usage
9999

100100
1. For Browser Configuration, change required parameters in `playwright.config.ts`.
101-
2. For execution entire test suite on all available browsers simultaneously execute:
101+
2. For execution entire test suite on all available browsers simultaneously execute, `Teast Cases are present in tests folder`:
102102

103103
```JS
104104
npm run test
105105
```
106106

107-
3. For executing single test case on Chrome browser execute the below command, ypu can change the browser for execution e.g. if you want to run test cases on Firefox, you can change `--project=Firefox` against `test:single` in `package.json`, just make sure the browser name given matches the name given in `playwright.config.ts`.
107+
3. For executing single test case on Chrome browser execute the below command, you can change the browser for execution e.g. if you want to run test cases on Firefox, you can change `--project=Firefox` against `test:single` in `package.json`, just make sure the browser name given matches the name given in `playwright.config.ts`.
108108

109109
```JS
110110
npm run test:single

0 commit comments

Comments
 (0)