The Wayback Machine - https://web.archive.org/web/20200926212610/https://github.com/me-io/selenium-appium-server
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
bin
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Selenium Appium Server

Simple package that will configure your enviorment for using selenium or appium servers. The scripts files automatically download the required packages to run selenium or appium server.


Build Status downloads MIT License

All Contributors PRs Welcome Code of Conduct Watch on GitHub Star on GitHub Tweet

Requirement

  1. Bash >= 4.0

Install

Just add the following to your composer.json file:

{
    "require": {
        "me-io/selenium-appium-server": "~1"
}

and then run composer install. This will install selenium-appium-server scripts inside your project. Or run the following command inside your terminal:

composer require me-io/selenium-appium-server

Running script files

The me-io/selenium-appium-server gives the following scripts files that you can use to run selenium or appium servers:

  • ./bin/appium.sh
  • ./bin/selenium.sh

Selenium script

$ ./vendor/bin/selenium.sh

Usage:
    selenium <command>

Commands:
    configure            - Install selenium and its dependencies.
    start                - Start the selenium server.
    start-background     - Start selenium server in background.
    stop                 - Stop the selenium server.
    restart|force-reload - Restart the selenium server.

Examples:
    selenium start

Appium script

$ ./vendor/bin/appium.sh

Usage:
    appium <command>

Commands:
    configure            - Install appium and its dependencies.
    start                - Start the appium server.
    start-background     - Start appium server in background.
    stop                 - Stop the appium server.
    restart|force-reload - Restart the appium server.

Examples:
    appium start

Contributors

A huge thanks to all of our contributors::


Mohamed Meabed

💻 📢

Zeeshan Ahmad

💻 🐛 ⚠️ 📖

License

The code is available under the MIT license.

About

No description or website provided.

Topics

Resources

License

Packages

No packages published

Languages

You can’t perform that action at this time.