Skip to content

Enhancements and defect fixes

Compare
Choose a tag to compare
@mkrishna4u mkrishna4u released this 28 Oct 21:43
· 57 commits to main since this release
  1. Updated 3rd party libraries like selenium, appium, testng etc.
  2. Added support for scenario hooks. After scenario hooks can be registered in the scenario at any time and are executed at the end of the scenario. See the guides for more details.
  3. Updated STAS developers guide.
  4. Updated step definitions version to 6.1.1 in STAS.

Release Upgrade steps:

  1. Open pom.xml file from your STAS project and change the following elements' value to 6.1.1.

    <version>6.1.1</version>
    <smart-testauto-framework.version>6.1.1</smart-testauto-framework.version>
    <smart-testauto-cucumber-stepdefs-en.version>6.1.1</smart-testauto-cucumber-stepdefs-en.version>>

Also take the latest TestDevelopers guides for latest information.

You are all done.