Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Latest commit

 

History

History

functional

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Functional tests

About

Module which consists of functional tests based on Cypress tool.

Running

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

Screenshots

Spec select

Home spec run