Javascript playwright
From wikinotes
Documentation
official docs https://playwright.dev/docs/intro#installing-playwright
Installation
npm init playwright@latest
Usage
npx playwright test ${some_test_file} # run it in the console npx playwright test --ui ${some_test_file} # run it in the foreground