项目作者: carolinadelatorrem

项目描述 :
Automated testing for Android application using Appium and Cucumber
高级语言: JavaScript
项目地址: git://github.com/carolinadelatorrem/appiumTests.git
创建时间: 2020-04-18T03:25:48Z
项目社区:https://github.com/carolinadelatorrem/appiumTests

开源协议:

下载


appiumTests

Automated testing for Android application using Appium and Cucumber.

Running tests

Before running tests, you need to start android emulator or connect physical device and modify capabilities, change Desired Capabilities in BaseAppium.java file.

Use Runner to execute all tests.

You don’t need to start appium server, it will start programmatically by using AppiumServiceBuilder.

Reports

HTML reports available in /target/cucumber/index.html