1.0.27 • Published 1 year ago

dd-auto-heal-v2 v1.0.27

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
1 year ago

zycus-automation

Features:

  1. Finds and fixes broken test in execution time.

  2. Dynamic location strategy instead of single static one.

  3. Datapoints comparison for stability calculation.

  4. Universal switch to turn on/off auto healing

Summary

dd-auto-heal-v2 provides the wrapper around the I function of codeceptjs. User can directly use these wrappers with configured waits. This package has an advanced utility of self healing xpath. On successful xpath execution, it gathers relevant information(className, id, tags, parent, attributes) about the element and store it in the JSON file. And in case of failure, it uses the stored information to create an alternative xpath for the same element. It creates xpath using class, id and tags. Then for the created xpaths, it tries to search the element and gather their information which is further compared with the original element data. This helps in calculating the stability/confidence score, on the basis of which and healed xpath is picked. If the test case passes with the suggested healed xpath, then this package replaces the old non working xpath with the healed working xpath.

NPM package: https://www.npmjs.com/package/dd-auto-heal-v2

1.0.1 Date of Publish: 4th August 2022

  • Initial Release

1.0.3 Date of Publish: 17th August 2022

  • Internally handled the locator key having both xpath and the object key value
  • User don't have to add an extra parameter for using autoheal

1.0.4 Date of Publish: 16th September 2022

  • Bug Fixes

1.0.21 Date of Publish: 5th January 2023

  • Handled auto healing for submodules
  • Handled docker download for chrome and firefox
1.0.27

1 year ago

1.0.19

1 year ago

1.0.18

1 year ago

1.0.22

1 year ago

1.0.21

1 year ago

1.0.20

1 year ago

1.0.26

1 year ago

1.0.25

1 year ago

1.0.24

1 year ago

1.0.23

1 year ago

1.0.16

1 year ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.11

1 year ago

1.0.10

2 years ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.12

1 year ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago