healenium / healenium-web

Self-healing library for Selenium Web-based tests
Apache License 2.0
169 stars 40 forks source link

Self healing is not working with Angularjs application #184

Closed veeramanikandanvv closed 2 years ago

veeramanikandanvv commented 2 years ago

Version : 3.2.4 Backend version : 3.2.2

We don't see any logs or entry made to the database when working with Angularjs application.

In Eclipse console, we could see exception message as lack of data. No reference locator found when trying to heal.

veeramanikandanvv commented 2 years ago

Issue #182

Alex-Reif commented 2 years ago

Hi @veeramanikandanvv , Message "New element locator have not been found. There is a lack of reference data." means you didn't execute etalon test (success test, without broken locators)

veeramanikandanvv commented 2 years ago

Even after running the successful test. I am facing the same problem for Angularjs application alone.

On Wed, May 4, 2022, 15:44 Aliaksei-Ashukha @.***> wrote:

Hi @veeramanikandanvv https://github.com/veeramanikandanvv , Message "New element locator have not been found. There is a lack of reference data." means you didn't execute etalon test (success test, without broken locators)

— Reply to this email directly, view it on GitHub https://github.com/healenium/healenium-web/issues/184#issuecomment-1117145108, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADWQOTFHDZ7VSH5YUPFNA6DVIJEY3ANCNFSM5UJHEF6A . You are receiving this because you were mentioned.Message ID: @.***>

Alex-Reif commented 2 years ago

@veeramanikandanvv It means somethings was failed. Please provide full necessary bug info asked in template during create bug.

veeramanikandanvv commented 2 years ago

I am not seeing any logs or any exceptions while running Angularjs tests. What are the other information you need?

On Wed, May 4, 2022, 15:54 Aliaksei-Ashukha @.***> wrote:

@veeramanikandanvv https://github.com/veeramanikandanvv It means somethings was failed. Please provide full necessary bug info asked in template during create bug.

— Reply to this email directly, view it on GitHub https://github.com/healenium/healenium-web/issues/184#issuecomment-1117153122, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADWQOTADCMM6QVU4QHFXDADVIJF65ANCNFSM5UJHEF6A . You are receiving this because you were mentioned.Message ID: @.***>

Alex-Reif commented 2 years ago

I need logs from hlm-backend container, healenium.properties file.

veeramanikandanvv commented 2 years ago

Will share the details

On Wed, May 4, 2022, 16:06 Aliaksei-Ashukha @.***> wrote:

I need logs from hlm-backend container, healenium.properties file.

— Reply to this email directly, view it on GitHub https://github.com/healenium/healenium-web/issues/184#issuecomment-1117162428, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADWQOTF6XTWQKDRBTH24JV3VIJHLNANCNFSM5UJHEF6A . You are receiving this because you were mentioned.Message ID: @.***>

Alex-Reif commented 2 years ago

@veeramanikandanvv , Will you share the data?

veeramanikandanvv commented 2 years ago

Yes, I will.

On Wed, Jun 29, 2022, 04:07 Aliaksei-Ashukha @.***> wrote:

@veeramanikandanvv https://github.com/veeramanikandanvv , Will you share the data?

— Reply to this email directly, view it on GitHub https://github.com/healenium/healenium-web/issues/184#issuecomment-1169357928, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADWQOTHIIY5XILSAIHPNTS3VRN5CDANCNFSM5UJHEF6A . You are receiving this because you were mentioned.Message ID: @.***>

Sathish-vijay commented 1 year ago

@Alex-Reif could you pls share what is etalon test

Alex-Reif commented 1 year ago

Hi @Sathish-vijay , Successful test At the beginning, we have to run successful tests. Healenium saves a successful locator in the storage to use it as a baseline for the next test executions.