Skip to content

Zygantic/Playwright-Web-Api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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