Selenium Tests Framework 4.0 is out. Following are the features of version 4.0 -
- Support for ios Testing. Hence STF now supports web, android and ios testing. Thanks to Sanja for adding support for ios testing. Is not open source awesome :-)
- Support for sauce labs testing
- Updated sample project which used STF
To use STF 4.0 add following dependency to you project -
<dependency>
<groupId>com.seleniumtests</groupId>
<artifactId>seleniumtestsframework</artifactId>
<version>4.0</version>
</dependency>
To learn more about STF follow STF tutorial