* Add the E2E test result section to the PR template
* updated the pr description for running e2e tests
* moved the E2E section from readme to PR description
* updated the node version in the readme to 18
---------
Co-authored-by: DuskaT021 <aleksa2601@gmail.com>
- Change uitest to E2Etest
- Add new locators on the swap page
- Switch Token and check insufficient fund error
- Add script for running the 2e2 tests in UI Mode
- install playwright and dependencies
- create basic healthcheck ui test
- setup github action workflow to execute all UI tests (playwright.yml)
- add healthcheck to build.yml
- add basic folder structure for UI test suite
- add documentation to execute UI tests
- add env. file comment to the setup documentation
- Apply suggestions from code review