Enhancements and defect fixes
- Updated 3rd party libraries like selenium, appium, testng etc.
- 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.
- Updated STAS developers guide.
- Updated step definitions version to 6.1.1 in STAS.
Release Upgrade steps:
-
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.
- https://github.com/mkrishna4u/smart-testauto-framework/blob/main/smart-testauto-studio/latest/docs/STAS-TestDevelopersGuide.pdf
- https://github.com/mkrishna4u/smart-testauto-cucumber-stepdefs-en/blob/main/docs/STAS-StepDefinitions-En-TestDevelopersGuide.pdf
You are all done.