Automated test project for the SimplePastApp UI layer.
- Java 13
- Maven
- Appium
- Lombok
- TestNG
- Appium Server be installed.
- Emulator or physical device with SimplePastApp app installed.
Using the build plugin maven-surefire-plugin and configuring it with the suiteXmlFiles tag:
<configuration>
<suiteXmlFiles>
<suiteXmlFile>src/test/suites/${suite}.xml</suiteXmlFile>
</suiteXmlFiles>
</configuration>
Use -Dsuite=XmlSuiteName to call the suite.
mvn clean test -Dsuite=smoke