Follow these steps to set up and run the tests locally:
git clone https://github.com/viktorsohin/final_project
cd final-playwright-projectnpm installAdd your EMAIL, PASSWORD and USER_NAME to the .env.example file.
Use the following command to run all tests:
npm run test