Add Playwright to project and configure it
Add playwright.local3000.config.ts file to configure playwright on the localhost.
Add node scripts to package.json.
Update playwright version to the latest.
Add e2e tests structure of directories.
+ DENSER +-- playwright +-- tests +-- e2e +-- support +-- pages
Add the home page tests.
Edited by Adam Kociubinski