Describe the problem
HI,
I am currently integrating Healenium in our Selenium automation framework.
Our setup includes:
healenium-web
healenium-backend
PostgreSQL
However, our corporate policy prohibits Docker usage, so I am unable to run hlm-proxy as a container.
To enable cross-session healing, I need to run hlm-proxy locally as a Spring Boot application.
Unfortunately, both hlm-proxy and healenium-core dependencies are hosted on EPAM’s private Artifactory (https://repo.epam.com/artifactory/healenium/) which is inaccessible to me.
Could you please provide one of the following:
Direct Maven repository access (credentials for repo.epam.com) so I can build the project locally.
ZIP/JAR files for:
hlm-proxy (latest stable version, e.g., 2.1.8)
healenium-core (matching version used by the proxy)
This will help us run the proxy service locally without Docker while still storing locators in PostgreSQL for healing.
Thank you for your help and support.
Healenium Backend version
3.4.8
Selenium version
4.15
Platform
java
Logs appeared during using Healenium
Failed to execute goal on project �[36mhlm-proxy�[m: �[1;31mCould not collect dependencies for project com.epam.healenium:hlm-proxy:jar:2.1.8�[m
[ERROR] �[1;31mFailed to read artifact descriptor for com.epam.healenium:healenium-core:jar:3.4.2�[m
[ERROR] �[1;31m Caused by: The following artifacts could not be resolved: com.epam.healenium:healenium-core:pom:3.4.2 (absent): Could not transfer artifact com.epam.healenium:healenium-core:pom:3.4.2 from/to healenium-repo (https://repo.epam.com/artifactory/healenium/): No such host is known (repo.epam.com)�[m
[ERROR]
Additional context
No response
Describe the problem
HI,
I am currently integrating Healenium in our Selenium automation framework.
Our setup includes:
healenium-web
healenium-backend
PostgreSQL
However, our corporate policy prohibits Docker usage, so I am unable to run hlm-proxy as a container.
To enable cross-session healing, I need to run hlm-proxy locally as a Spring Boot application.
Unfortunately, both hlm-proxy and healenium-core dependencies are hosted on EPAM’s private Artifactory (https://repo.epam.com/artifactory/healenium/) which is inaccessible to me.
Could you please provide one of the following:
Direct Maven repository access (credentials for repo.epam.com) so I can build the project locally.
ZIP/JAR files for:
hlm-proxy (latest stable version, e.g., 2.1.8)
healenium-core (matching version used by the proxy)
This will help us run the proxy service locally without Docker while still storing locators in PostgreSQL for healing.
Thank you for your help and support.
Healenium Backend version
3.4.8
Selenium version
4.15
Platform
java
Logs appeared during using Healenium
Additional context
No response