File tree Expand file tree Collapse file tree 5 files changed +9
-4
lines changed
testar/src/org/testar/monkey Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 5454 tag_name : v${{ env.GITHUB_MILESTONE }}
5555 body : |
5656 Release notes:
57- https://github.com/TESTARtool/TESTAR_dev/wiki/TESTAR-release-notes
57+ https://github.com/TESTARtool/TESTAR_dev/blob/master/CHANGELOG
5858
5959 Latest W7 version (2.5.0):
6060 https://github.com/TESTARtool/TESTAR_dev/releases/download/v2.5.0/testar_w7_2.5.0.zip
Original file line number Diff line number Diff line change 1+ #TESTAR v2.7.17 (5-Dec-2025)
2+ - Add allowInvisibleElements to appium-android
3+ - Add AndroidDisplayed Tag property
4+
5+
16#TESTAR v2.7.16 (28-Nov-2025)
27- Add AndroidCapabilitiesFactory for creating appium capabilities
38- Implement AndroidRoles
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ https://github.com/TESTARtool/TESTAR_dev/wiki/Development:-Increase-Java-memory
173173https://github.com/TESTARtool/TESTAR_dev/issues
174174
175175## Release notes
176- https://github.com/TESTARtool/TESTAR_dev/wiki/TESTAR-release-notes
176+ https://github.com/TESTARtool/TESTAR_dev/blob/master/CHANGELOG
177177
178178## Required tools to create a windows.dll to update UIAutomation API
179179https://github.com/TESTARtool/TESTAR_dev/wiki/Development:-Update-Windows-UIAutomation-(windows.dll)
Original file line number Diff line number Diff line change 1- 2.7.16
1+ 2.7.17
Original file line number Diff line number Diff line change 6262
6363public class Main {
6464
65- public static final String TESTAR_VERSION = "v2.7.16 (28-Nov -2025)" ;
65+ public static final String TESTAR_VERSION = "v2.7.17 (5-Dec -2025)" ;
6666
6767 //public static final String TESTAR_DIR_PROPERTY = "DIRNAME"; //Use the OS environment to obtain TESTAR directory
6868 public static final String SETTINGS_FILE = "test.settings" ;
You can’t perform that action at this time.
0 commit comments