aem-testing-clients
aem-testing-clients copied to clipboard
Testing tools for Adobe Experience Manager
Welcome to [Renovate](https://redirect.github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable...
jackson-core 2.13.0 and jackson-databind 2.13.2.1 dependencies return High security vulnerabilities. - [https://www.mend.io/vulnerability-database/CVE-2022-42003](https://www.mend.io/vulnerability-database/CVE-2022-42003) - [https://www.mend.io/vulnerability-database/CVE-2022-42004](https://www.mend.io/vulnerability-database/CVE-2022-42004) Any plans to implement recommendation to update to jackson-databind 2.13.4 or above?
https://github.com/adobe/aem-testing-clients/wiki/Best-practices#junit-rules should be accompanied with according extensions for JUnit 5 (https://junit.org/junit5/docs/current/user-guide/#extensions)
The timeout is 1000000 milliseconds instead of 1000. p.poll(DEFAULT_TIMEOUT, SECONDS.toMillis(DEFAULT_RETRY_DELAY)); DEFAULT_RETRY_DELAY equals to 1000 and the result is million milliseconds (~16 minutes), which does not seem logical. The code can...
https://github.com/adobe/aem-testing-clients/blob/889e1c6fc66ee146c5fa1b526065e36082fc480a/src/main/java/com/adobe/cq/testing/client/CQAssetsClient.java#L394 When building the multipart request, the charset of the filename part is not set as UTF-8 and instead is ISO-8859-1 and the filename characters that are 3-byte UTF-8 (such...
at [0], `DefaultReplicationAgents` configures the replication agents with supplied `serverUrl + /bin/receive` as transport URI. However, since the `serverUrl` may have a trailing character, [0] should normalize the replication target...
The default template [0] does not contain a thumbnail. Is this by design? If yes, will a test case requiring a page with thumbnail have to create its own template...
scenario: we want to to and end-to-end integration test using AEM Testing client involving both author and publish/dispatcher and replication between them. on publish/dispatcher a "multi domain management AEM mapping"...
We observe that from time to time the createUser fails randomly. Mainly it fails to get the created user path in getAuthorizableNodeWithRetry as seen below in the stack trace. While...
SonarLint report a lot of issues that would make sense to fix to improve code quality To reproduce , open the project code using Eclipse IDE + SonarLint extension and...