Zygantic / Playwright-Web-Api

Playwright web/api test automation using javascript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project contains both web and api test automation using playwright/javascript

Install playwright

--> Go to terminal and install playwright.

Run from your project's root directory

npm init playwright@latest

Clone Project.

Run api test.

npx playwright test tests/api_tests/crudApi.spec.js

Run web test.

npx playwright test tests/{filename}

Run all test.

npx playwright test