Skip to content

Commit 2dd5e7d

Browse files
committed
Updated README.md
1 parent 15c4c31 commit 2dd5e7d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ This is a Playwright API testing framework designed to demonstrate playwright ap
2525
## How to Run Test Locally
2626
* Go to the Project root directory and run command: `npm test`
2727

28+
## How to Run Single Spec Locally
29+
* Go to the Project root directory and run command: `npx playwright test tests/01_post_static_data.spec.js`
30+
2831
## How to view default Playwright HTML report
2932
* Go to the Project root directory: `./playwright-report/index.html`
3033

0 commit comments

Comments
 (0)