Below is the list of the breaking changes, and the corresponding new implementation starting from teswiz v0.0.72.
The package naming has been made consistent - com.znsio.teswiz.
Accordingly, the following changes will need to be made in your existing tests.
There are some method name changes as listed below:
To make it easy to log to ReportPortal, the following new methods have been added:
ReportPortalLogger.logDebugMessage("debugMessage");
ReportPortalLogger.logInfoMessage("infoMessage");
ReportPortalLogger.logWarningMessage("warningMessage");
ReportPortalLogger.attachFileInReportPortal("message", new File("fileName"));
This repository implements automated tests for Android & iOS apps, specified using cucumber-jvm and intelligently run them against
- Android
- iOS
- Windows Apps
- Web
Applitools (https://applitools.com/) Visual AI, and Applitools Ultrafast Grid (https://applitools.com/product-ultrafast-test-cloud/) is integrated with this framework, to provide Visual AI testing as part of functional automation.
Reports will be uploaded to reportportal.io, that you would need to setup separately, and provide the server details in
src/test/resources/reportportal.properties file or provide the path to the file using this environment
variable: REPORT_PORTAL_FILE
Test can run on local browsers / devices, or against any cloud provider, such as HeadSpin, BrowserStack, SauceLabs, pCloudy.
- cucumber-jvm (https://cucumber.io)
- AppiumTestDistribution (https://github.com/AppiumTestDistribution/AppiumTestDistribution) -manages Android and iOS devices, and Appium
- Appium (https://appium.io)
- WebDriver (https://selenium.dev)
- reportportal.io (https://reportportal.io)
- Applitools (https://applitools.com)
- Build tool: gradle 7.3.3
- cucumber-reporting (https://github.com/damianszczepanik/cucumber-reporting)