We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c4c31 commit 2dd5e7dCopy full SHA for 2dd5e7d
README.md
@@ -25,6 +25,9 @@ This is a Playwright API testing framework designed to demonstrate playwright ap
25
## How to Run Test Locally
26
* Go to the Project root directory and run command: `npm test`
27
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
+
31
## How to view default Playwright HTML report
32
* Go to the Project root directory: `./playwright-report/index.html`
33
0 commit comments