Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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