🕸️Web Automation
Create a test folder and inside that folder, install (for empty test):
npm init playwright@latestRunning the test (when the test folder has already tests):
npx playwright testFor html test reports:
npx playwright show-reportSubsit Repo:
Test folder for playwright + cucumber:
Test folder for playwright alone:
Last updated