Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Releases: redmedical/hvstr

1.2.1

12 Sep 09:58
f82e112
Compare
Choose a tag to compare

changes:

  • add browser getter for custom browser mode
  • add condition for element to be present in clearForm

1.2.0

06 Sep 07:57
7ca2b0d
Compare
Choose a tag to compare
  • fillForm / clearForm custom snippets
    It is now possible to add code directly to the automatically generated fillForm and clearForm method.
    Previously you could already use custom snippets to create new custom functions.
    Now you can use the custom snippets to extend fillForm and clearForm with basically the same syntax as before.
    As an example: So far fillForm only contained the functionality to fill simple input fields.
    You could now add the functionality to also click on a radio button via the custom snippets.

  • Documentation
    New documentation for the fillForm and clearForm custom snippets was added.

  • History when generating page objects
    So far, when generating page objects, every previous action to append new code to the page object was repeated when appending something new to the page object.
    Sometimes it happened that you are at a certain state and hvstr repeats the previous actions just to arrive at the same state again.
    Now hvstr recognizes wether it has to repeat the actions or if it is unecessary and it will just bring you to the same state again.
    In the latter case it won't repeat the actions and just keep the current state.

  • Logger
    You can now give hvstr a logger which will log every step hvstr is working on right now to the console.
    There are success, warning and error messages which will help you to debug your code to create page objects.

1.1.3

22 Aug 07:36
7e02e87
Compare
Choose a tag to compare
Merge pull request #34 from redmedical/hotfix/1.1.3

Hotfix/1.1.3 -> master

1.1.2

21 Aug 08:56
9a84fff
Compare
Choose a tag to compare
Merge pull request #32 from redmedical/hotfix/1.1.2

1.1.2 -> master

1.1.1

20 Aug 13:07
23bcec2
Compare
Choose a tag to compare
Merge pull request #30 from redmedical/hotfix/1.1.1

1.1.1 -> master

1.1.0

20 Aug 10:00
92c61c3
Compare
Choose a tag to compare

Changes:

  • update dependencies
  • add custom browser parameter
  • remove transfer of dom elements from hvstr-client api
  • extend documentation
  • release builds only for releases

1.0.0

04 Jul 05:59
Compare
Choose a tag to compare

initial release