#Creating a project to automate My Personal Blog using JS for learning purposes
To initialize the project
npm init playwright@latest
With Playwright installed, the tests can be written and the execution started.
Find Minha Mola on indicated link.
To execute tests with playwright, use the following command. npx playwright test
or
npx playwright test --ui -- to execute in UI Mode.