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

Latest commit

 

History

History
26 lines (15 loc) · 935 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 935 Bytes

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