Last updated 2 years ago
β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
Test folder for playwright + cucumber:
Test folder for playwright alone: