Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osandadeshan/ios-mobile-app-automation
A demo project that automates iOS application using Appium and Gauge in Java.
https://github.com/osandadeshan/ios-mobile-app-automation
appium bdd gauge gauge-java ios-automation
Last synced: 11 days ago
JSON representation
A demo project that automates iOS application using Appium and Gauge in Java.
- Host: GitHub
- URL: https://github.com/osandadeshan/ios-mobile-app-automation
- Owner: osandadeshan
- Created: 2018-02-14T06:11:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-19T08:58:53.000Z (about 6 years ago)
- Last Synced: 2024-11-13T20:30:42.670Z (2 months ago)
- Topics: appium, bdd, gauge, gauge-java, ios-automation
- Language: Java
- Homepage:
- Size: 71.6 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iOS Mobile Application Automation Demo - Setup Guide
## Pre Requisites
1. Java
2. Maven
3. Appium## How to Install Gauge Core
**On Windows**
1. Install Chocolatey by executing the following command. \
` @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString(‘https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"`2. Install Gauge by executing the following command. \
`choco install gauge`**On MacOS**
1. Update Homebrew. \
`brew update`2. Install Gauge using Homebrew. \
`brew install gauge`**On Linux**
1. First, add Gauge’s GPG key with this command. \
`sudo apt-key adv --keyserver hkp://pool.sks-keyservers.net --recv-keys 023EDB0B`2. Then add Gauge to the repository list using this command. \
`echo deb https://dl.bintray.com/gauge/gauge-deb nightly main | sudo tee -a /etc/apt/sources.list`3. Finally, install Gauge using these commands. \
`sudo apt-get update` \
`sudo apt-get install gauge`## How to Install Gauge Plugins
1. Open Command Prompt and execute following commands. \
`gauge install java` \
`gauge install html-report` \
`gauge install json-report` \
`gauge install xml-report` \
`gauge install spectacle` \
`gauge install flash`2. You can check the installation using the following command. \
`gauge -v`If the installation is success, it will output like this:
```markdown
Gauge version:
Plugins
-------
flash ()
html-report ()
java ()
json-report ()
spectacle ()
xml-report ()
```## Copyright
Copyright 2018 MaxSoft.