wttech / bobcat-aem-tests

Contains integration tests and examples for Bobcat's AEM modules
Apache License 2.0
3 stars 6 forks source link

README file #1

Closed DeChrish closed 5 years ago

DeChrish commented 5 years ago

Pl, update the readme file with proper execution steps.

Dependency error: Testing started at 3:13 PM ... 3:13:16 PM: Executing task 'test'...

Task :compileJava FAILED FAILURE: Build failed with an exception.

Shaihuludus commented 5 years ago

Hi, These tests are still in development for new bobcat 2.0. They should compile with branch 2.0.0-develop of bobcat. However they can still change because new AEM Authoring Tests API is also in development

DeChrish commented 5 years ago

@Shaihuludus Thanks. How can I get early access to these test? I am in R/D team and constantly advocating bobcat 2.0. Pl let me know the minimal setup to proceed further.

Shaihuludus commented 5 years ago

You can checkout branch 2.0.0-develop from bobcat repository and build it. Tests from this repository should work with such build.

If You are interested in new API then new modules are:

However there is no documentation except for javadocs and we are still in active development of this features so API can change or break before final release (we hope for december but I can't give solid date today)

Shaihuludus commented 5 years ago

Sorry my mistake. Branch for AEM API is 277-aem-author

mkrzyzanowski commented 5 years ago

All AEM features are now merged into 2.0.0-develop branch - I've updated the README file.