πŸ•ΈοΈWeb Automation

​Create a test folder and inside that folder, install (for empty test):

npm init playwright@latest

Running the test (when the test folder has already tests):

npx playwright test

For html test reports:

npx playwright show-report

Subsit Repo:

Test folder for playwright + cucumber:

Test folder for playwright alone:

Last updated