Skip to content

Move the e2e test to the new Denser app

Adam Kociubinski requested to merge akociubinski/move-e2e-to-new-denser-app into main

As a result of a change in the Denser application structure, I had to move the tests to a new branch main. Also I added new tests.

Add playwright.local3000.config.ts file to configure playwright on the localhost.
Add node scripts to package.json.
Add e2e tests structure of directories.

+ DENSER
  +-- playwright
     +-- tests
        +-- e2e
        +-- support
           +-- pages

Add the home page tests.
Add the profile page tests.
Add the communities page tests.

Merge request reports