Module which consists of functional tests based on Cypress tool.
To run all tests use command: sh gradlew :test:functional:run.
Optionally configure with -Ptest.publishUrl=http://aem-host.com to run tests on other host.
To open GUI use command: sh gradlew :test:functional:openGui.
Then it will be available to select:
- single / concrete test spec to be launched,
- web browser to be used when launching test spec.
To tune test runner, see all available Cypress configuration options then configure each option by editing file: cypress.json

