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

Latest commit

 

History

History

integration

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Integration tests

About

Module which consists of integration test for:

Running

To run tests use commands for:

  • all tests: sh gradlew :test:integration:test.
  • specific Karate feature: sh gradlew :test:integration:test -i -Pkarate.options='classpath:karate/feature/pageDetails.feature'

Optionally consider properties for:

  • different host / base URL: -Ptest.publishUrl=http://aem-host.com,
  • running Karate features in parallel: -Ptest.parallel with auto-generating Cucumber Reports under directory build/cucumber-html-reports.

Screenshots

Karate IntelliJ Run

Karate / Cucumber Report