AdobeDocs / experience-manager-core-components.en

This is the repository for Adobe Experience Manager Core Components documentation. Your contributions to the documentation are welcome.
https://experienceleague.adobe.com/en/docs/experience-manager-core-components/using/introduction
MIT License
8 stars 24 forks source link

Incorrect Module Descriptions #24

Closed bstopp closed 3 years ago

bstopp commented 3 years ago

Issue in ./help/developing/archetype/using.md

Archetype 24 removed it.launcher and introduced ui.tests modules.

The documentation has been incorrectly updated to describe the ui.tests as Java tests - these are actually WebDriver.IO JavaScript tests.

The it.launcher module was renamed to ui.launcher instead of being removed from the list.

A new entry ui.tests is needed to provide context for that module, and the current entry should be renamed back to it.tests.

bohnertchris commented 3 years ago

Thanks for reporting this, @bstopp. The suggested changes will be rolled out with the next release of the Core Components.